Skip to content

Commit 5ac16d9

Browse files
Merge pull request #5 from mar0ls/dev
ci: add codecov.yml to exclude cmd/ and internal/ from coverage
2 parents bc2f9c9 + 867673c commit 5ac16d9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

codecov.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: 70%
6+
threshold: 2%
7+
8+
ignore:
9+
- "cmd/"
10+
- "internal/"

0 commit comments

Comments
 (0)