Skip to content

Commit 15a4e62

Browse files
authored
Merge pull request #300 from sharwell/quieter-coverage
Add codecov.io configuration file
2 parents 63dff09 + ae54219 commit 15a4e62

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

codecov.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# https://docs.codecov.io/docs/codecov-yaml
2+
# https://github.com/codecov/support/wiki/Codecov-Yaml
3+
4+
coverage:
5+
status:
6+
project:
7+
default: false
8+
patch:
9+
default: false
10+
11+
comment:
12+
layout: "diff"
13+
14+
flags:
15+
production:
16+
paths:
17+
- src/
18+
test:
19+
paths:
20+
- test/

0 commit comments

Comments
 (0)