Skip to content

Commit d3ffadc

Browse files
committed
Let codecov behave as an informational entity only
Currently we're trying out codecov and whether we like it or not. cargo-msrv does have a need to work on its testing situation, in particular by having a cleaner testing structure, and allowing more code to be unit-testable, and Codecov may positively impact this by helping us figure out which parts of the code base are most dire in need of testing and refactoring. We're however still figuring out how coverage works with cargo-tarpoulin and codecov and have seen huge (as far as we can see incorrect) diffs with very small patches. Such diffs result in failing merge status' and impact speed of development more than is fun for a project we develop in our free time. As such we've decided to keep codecov, but set it to purely informational.
1 parent 3344b5e commit d3ffadc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

codecov.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
informational: true
6+
patch:
7+
default:
8+
informational: true

0 commit comments

Comments
 (0)