Skip to content

Commit 9f3d73d

Browse files
committed
Add codecov configuration file
1 parent c295f19 commit 9f3d73d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

codecov.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Hold ourselves to a high bar
2+
coverage:
3+
range: 80..100
4+
round: down
5+
precision: 2
6+
status:
7+
project:
8+
default:
9+
threshold: 1%
10+
11+
# Tests aren't important for coverage
12+
ignore:
13+
- "tests"
14+
15+
# Make less noisy comments
16+
comment:
17+
layout: "files"
18+
require_changes: yes

0 commit comments

Comments
 (0)