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 f058930 commit ac445a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
version: '0.22.0'
args: '--exclude-files *tests*.rs target*.rs -e astroport-osmo-e2e-tests --workspace'

- uses: actions/upload-artifact@v3
- name: Attach coverage report
uses: actions/upload-artifact@v3
with:
path: "$GITHUB_WORKSPACE"/tarpaulin-report.html
if-no-files-found: error
Expand Down

0 comments on commit ac445a4

Please sign in to comment.