Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jan 30, 2024
1 parent 38249ec commit 51da5f1
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 @@ -44,7 +44,7 @@ jobs:
- name: Run code coverage for simtest
run: |
./scripts/simtest/install.sh
cargo llvm-cov --ignore-run-fail --lcov --output-path lcov.info simtest
./scripts/simtest/cargo-simtest simtest codecov
- name: Upload report to Codecov for simtest
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 51da5f1

Please sign in to comment.