Skip to content

Commit 322205f

Browse files
authored
Update codecov.yml to ignore unit tests (#53)
Ignore unit tests in coverage reports Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
1 parent c139242 commit 322205f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ coverage:
66
patch:
77
default:
88
informational: true
9+
ignore:
10+
- "**/*_test.py"

0 commit comments

Comments
 (0)