Closed seanyoung closed 1 year ago
Merging #1585 (ffd3e30) into main (979cad9) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #1585 +/- ##
=======================================
Coverage 87.40% 87.40%
=======================================
Files 133 133
Lines 64110 64110
=======================================
Hits 56033 56033
Misses 8077 8077
codecov should not fail CI when coverage has increased/stayed the same.
Take this PR for example: https://github.com/hyperledger/solang/pull/1583
It changes one line in a package.json and code coverage comes with bunch of failures.
I am all for increasing code coverage but right now every PR is just impossible to get to pass. It is too much to demand that every changed line has a test, and as a result, all the PRs in https://github.com/hyperledger/solang/pulls are marked as failed. Anyone doing a simple code fix will find it impossible, and larger code changes are even worse.