Skip to content

Commit

Permalink
fixed coverage generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Oct 29, 2024
1 parent 231f586 commit ad1cd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test-ci: _check_venv_active ## runs all tests [DEV]
--cov-report=term-missing \
--cov-report=xml \
--junitxml=junit.xml -o junit_family=legacy \
--cov=api \
--cov=. \
--durations=10 \
--log-date-format="%Y-%m-%d %H:%M:%S" \
--log-format="%(asctime)s %(levelname)s %(message)s" \
Expand Down

0 comments on commit ad1cd6d

Please sign in to comment.