Browse Source

ci: delay codecov notification (#5275)

## Description

Currently, for ci testing, we upload the code coverage reports individually across multiple machines. Once codecov receives one report it sends a notification in the form of a comment on the pull request. This comment does not contain the full report from all the tests therefore causing inaccurate reports. This PR aims at delaying the codecov notification till at least 4 reports have been uploaded, reducing noise.

Closes: #XXX
pull/5277/head
Marko 4 years ago
committed by GitHub
parent
commit
7d3335d526
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      codecov.yml

+ 2
- 0
codecov.yml View File

@ -2,6 +2,8 @@ coverage:
precision: 2
round: down
range: "70...100"
notify:
after_n_builds: 4
status:
project:


Loading…
Cancel
Save