Skip to content

Commit

Permalink
Add coverage args
Browse files Browse the repository at this point in the history
Signed-off-by: Samet Akcay <samet.akcay@intel.com>
  • Loading branch information
samet-akcay committed Dec 12, 2024
1 parent 9887c94 commit 7251739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/pytest/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ runs:
--durations-min=1.0 \
--timeout=${{ inputs.max-test-time }} \
--verbosity=1 \
--cov=src \
--cov-report=xml \
--cov-report=term-missing \
${marker}
test_exit_code=${PIPESTATUS[0]}
Expand Down

0 comments on commit 7251739

Please sign in to comment.