Skip to content

Commit

Permalink
Merge pull request #119 from ssciwr/coverage-file-path
Browse files Browse the repository at this point in the history
Fix coverage file path
  • Loading branch information
dokempf authored Aug 19, 2024
2 parents 1c24c50 + 4fde3d9 commit d0b7f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
files: ${{ "{{runner.workspace}}" }}/coverage.info
files: ${{ "{{github.workspace}}" }}/coverage.info
env:
CODECOV_TOKEN: ${{ "{{ secrets.CODECOV_TOKEN }}" }}
{% endif %}

0 comments on commit d0b7f95

Please sign in to comment.