Skip to content

Commit

Permalink
removing extra param
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jan 29, 2024
1 parent ca97421 commit 67e3ccd
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 @@ -34,7 +34,7 @@ jobs:

- name: Generate code coverage for nextest
continue-on-error: true
run: SUI_SKIP_SIMTESTS=1 cargo llvm-cov --no-fail-fast --ignore-run-fail --lcov --output-path lcov.info nextest
run: SUI_SKIP_SIMTESTS=1 cargo llvm-cov --ignore-run-fail --lcov --output-path lcov.info nextest

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

0 comments on commit 67e3ccd

Please sign in to comment.