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
This commit is contained in:
Marko
2020-08-24 10:52:40 +02:00
committed by GitHub
parent 9b4f1a8081
commit 7d3335d526

View File

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