Skip to content

Commit

Permalink
fix coverage working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth committed Apr 22, 2024
1 parent e25340b commit c541f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ jobs:
coverage run -m pytest -v -s
- name: Generate Coverage Report
working-directory: ${{ inputs.working_directory }}
run: |
coverage report -m

0 comments on commit c541f14

Please sign in to comment.