Skip to content

Commit ad3143b

Browse files
authored
Merge pull request #4171 from ProjectMirador/codecov
Only enforce codecov check on pull requests
2 parents feb1375 + 957a9f9 commit ad3143b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.codecov.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
codecov:
2-
coverage:
3-
precision: 1
4-
round: up
1+
coverage:
2+
precision: 1
3+
round: up
4+
status:
5+
project:
6+
default:
7+
informational: true
8+
patch:
9+
default:
10+
informational: false
511
ignore:
612
- vite.config.js

0 commit comments

Comments
 (0)