Skip to content

Commit

Permalink
Omit unit tests directory from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristi1324 committed Apr 26, 2024
1 parent 3e92e70 commit c5ffafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ setenv =
commands =
stestr run --no-subunit-trace {posargs}
coverage combine
coverage report --fail-under=82 --skip-covered
coverage report --fail-under=75 --skip-covered --omit={toxinidir}/coriolis/tests/*
coverage html -d cover
coverage xml -o cover/coverage.xml

Expand Down

0 comments on commit c5ffafc

Please sign in to comment.