Skip to content

Commit

Permalink
update cov path
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSchipper committed Mar 30, 2024
1 parent 901e67d commit d2c5c83
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=src --cov-report xml:coverage.xml tests/unit
pytest --cov=${PWD}/src/hcp_vault_secrets_client --cov-report xml:coverage.xml tests/unit
cat coverage.xml
- name: fix code coverage paths
Expand Down

0 comments on commit d2c5c83

Please sign in to comment.