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

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

- name: Upload to codecov.io
if: github.ref == 'refs/heads/main'
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit f058930

Please sign in to comment.