Skip to content

Commit

Permalink
specify full path to .coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
brandomr committed Aug 9, 2023
1 parent d1c5e33 commit b0c1f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage
file: /home/runner/work/TA1-Service/TA1-Service/coverage
fail_ci_if_error: true # Set to true if CI should fail when codecov fails

0 comments on commit b0c1f4d

Please sign in to comment.