data-store icon indicating copy to clipboard operation
data-store copied to clipboard

Improve codecov reports

Open chmreid opened this issue 5 years ago • 2 comments

We have experienced intermittent problems with codecov reports, mainly related to misleading code coverage statistics. For example, very significant drops in coverage (>50%) caused by changing a single line in a Readme.

The problem we have identified is that we are running five separate tests for each commit on a pull request (because there are 5 test suites that each upload codecov reports). @natanlao has proposed bumping the "report after N builds" setting to 5, so that codecov will wait until all 5 tests have finished uploading to actually compute its code coverage statistics.

This issue is linked to PR #2541 from @natanlao.

chmreid avatar Dec 10 '19 21:12 chmreid

ugh codecov is teh wuuuurst

chmreid avatar Dec 17 '19 19:12 chmreid