Skip to content

Commit

Permalink
attach coverage report in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
epanchee committed Sep 18, 2023
1 parent ac445a4 commit d1d7dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Attach coverage report
uses: actions/upload-artifact@v3
with:
path: "$GITHUB_WORKSPACE"/tarpaulin-report.html
path: ${{ github.workspace }}/tarpaulin-report.html
if-no-files-found: error

- name: Upload to codecov.io
Expand Down

0 comments on commit d1d7dd5

Please sign in to comment.