Skip to content

Commit

Permalink
adding run back in
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jan 25, 2024
1 parent 3f62c7a commit e01626e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: rustup update stable

- name: Generate code coverage for nextest
run: SUI_SKIP_SIMTESTS=1 cargo llvm-cov --lcov --output-path lcov.info nextest
run: SUI_SKIP_SIMTESTS=1 cargo llvm-cov --lcov --output-path lcov.info nextest run

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit e01626e

Please sign in to comment.