We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a7bcc1 + 916ab7f commit 312dbf3Copy full SHA for 312dbf3
1 file changed
codecov.yml
@@ -0,0 +1,14 @@
1
+coverage:
2
+ status:
3
+ project:
4
+ default: false # disable default status check
5
+ app: # custom target for app code
6
+ target: auto # default target (95%)
7
+ paths:
8
+ - "src/" # limit to files within src code directory
9
+ tests: # declare a new status context for "tests"
10
+ target: 100% # we always want 100% coverage here
11
12
+ - "tests/" # only include coverage in "tests/" folder
13
+
14
0 commit comments