Skip to content

Commit 300cf00

Browse files
authored
ignore testutils files from code coverage (#986)
* ignore testutils files from code coverage * remove * from ignore path for testutils
1 parent 6be0dda commit 300cf00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ignore:
2+
- "azure_functions_worker/testutils.py"
3+
- "azure_functions_worker/testutils_*.py"

0 commit comments

Comments
 (0)