Skip to content

Commit

Permalink
Fix path for coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSchipper committed Mar 30, 2024
1 parent 535dd2a commit c0affc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Tests
run: |
pytest --cov=${PWD}/hcp_vault_secrets_client --cov-report xml:coverage.xml tests/unit
pytest --cov=${PWD}/src --cov-report xml:coverage.xml tests/unit
- name: fix code coverage paths
run: |
Expand Down

0 comments on commit c0affc0

Please sign in to comment.