Skip to content

Commit

Permalink
Update unit_testing_umfile_utils.yml
Browse files Browse the repository at this point in the history
Adding the coverage
  • Loading branch information
leoberhelman authored Oct 29, 2024
1 parent f09b826 commit 643d4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ unit_testing_umfile_utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Run tests
shell: bash -l {0}
run: pytest tests/
run: coverage run -m pytest tests/

- name: Generate coverage report
shell: bash -l {0}
Expand Down

0 comments on commit 643d4b7

Please sign in to comment.