Skip to content

Commit

Permalink
Debug trace coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Jul 24, 2024
1 parent c810eb1 commit c20fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Runs Unit tests
- name: Run mvesuvio analysis unit tests
run: |
coverage run -m unittest discover -s ./tests/unit
coverage run --debug=trace -m unittest discover -s ./tests/unit
coverage report
- name: Coverage version
Expand Down

0 comments on commit c20fe4d

Please sign in to comment.