Skip to content

Commit 95a11d8

Browse files
committed
remove comments
1 parent 59e3342 commit 95a11d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

codecov.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ coverage:
88
patch:
99
target: 0
1010
threshold: 100
11-
unittests: # declare a new status context "tests"
11+
unittests:
1212
target: 0
1313
threshold: 100
1414
flags:
15-
- "unittests" # only include coverage in "tests/" folder
16-
smoketests: # declare a new status context "app"
15+
- "unittests"
16+
smoketests:
1717
target: 0
1818
threshold: 100
1919
flags:
20-
- "smoketests" # remove all files in "tests/"
20+
- "smoketests"

0 commit comments

Comments
 (0)