Skip to content

Commit f224adc

Browse files
committed
✔️ fix coveragerc config to exclude vendor *2
1 parent ce0d5fe commit f224adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coveragerc

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source =
1212
[report]
1313
omit =
1414
src/niquests/help.py
15-
src/niquests/_vendor/
15+
src/niquests/_vendor/*
1616

1717
exclude_lines =
1818
except ModuleNotFoundError:

0 commit comments

Comments
 (0)