Skip to content

Commit b0f7d0a

Browse files
committed
Omit ngclient from coverage check
Restore coverage back to 97% but omit ngclient form the overall score until tests are implemented. Signed-off-by: Teodora Sechkova <[email protected]>
1 parent 805a3e1 commit b0f7d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ changedir = tests
1616
commands =
1717
python --version
1818
python -m coverage run aggregate_tests.py
19-
python -m coverage report -m --fail-under 90
19+
python -m coverage report -m --fail-under 97 --omit "{toxinidir}/tuf/ngclient/*"
2020

2121
deps =
2222
-r{toxinidir}/requirements-test.txt

0 commit comments

Comments
 (0)