Skip to content

Commit

Permalink
add coverage report saving take 6
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed Oct 11, 2024
1 parent c08673d commit 0c3c241
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate-allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,12 @@ jobs:
allow-empty: true
debug: true
flag-name: rust-unit-test
base-path: "/home/runner/work/catalyst-libs/catalyst-libs/"
base-path: "/home/runner/work/catalyst-libs/"
parallel: true

- name: Setup upterm session
uses: lhotari/action-upterm@v1

upload-coverage-report:
name: Upload coverage report
needs: [generate-coverage-report]
Expand Down

0 comments on commit 0c3c241

Please sign in to comment.