Skip to content

Commit 6a169ed

Browse files
committed
adde codecov.yml
1 parent 5993af5 commit 6a169ed

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

codecov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
coverage:
2+
status:
3+
project:
4+
unittests: # declare a new status context "tests"
5+
flags:
6+
- "unittests" # only include coverage in "tests/" folder
7+
smoketests: # declare a new status context "app"
8+
paths:
9+
- "smoketests" # remove all files in "tests/"

0 commit comments

Comments
 (0)