Skip to content

Commit

Permalink
removing extra params
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jan 25, 2024
1 parent 2748934 commit 3f62c7a
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 --cargo-profile simulator
run: SUI_SKIP_SIMTESTS=1 cargo llvm-cov --lcov --output-path lcov.info nextest

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

0 comments on commit 3f62c7a

Please sign in to comment.