Skip to content

Commit 04e74d7

Browse files
authored
Create local file for .codecov.yml (#69)
1 parent 4b66d2c commit 04e74d7

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.codecov.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.codecov.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
comment: off
2+
github_checks:
3+
annotations: false
4+
coverage:
5+
status:
6+
patch:
7+
default:
8+
target: 95%
9+
only_pulls: true
10+
project:
11+
default:
12+
threshold: 1%
13+
ignore:
14+
- "test"
15+
- "contracts/mocks"

0 commit comments

Comments
 (0)