Skip to content

Commit e88721d

Browse files
committed
Add .codecov.yml
1 parent 5268bb3 commit e88721d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.codecov.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
comment: false
2+
github_checks: false
3+
coverage:
4+
status:
5+
project: off
6+
patch: off

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/.github export-ignore
44
/doc export-ignore
55
/tests export-ignore
6+
/.codecov.yml export-ignore
67
/.editorconfig export-ignore
78
/.gitattributes export-ignore
89
/.gitignore export-ignore

0 commit comments

Comments
 (0)