Skip to content

Commit

Permalink
Fix coverage in tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotrevisani committed Jul 11, 2023
1 parent 3e3c5aa commit 993a55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
-vv \
-n auto \
--color=yes \
--cov=./ \
--cov=src/orko \
--cov-append \
--cov-report html:coverage-serial-html \
--cov-report xml:coverage-serial.xml \
Expand Down

0 comments on commit 993a55f

Please sign in to comment.