Skip to content

Commit

Permalink
✨ add CI profiler for Nextest (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha authored Mar 5, 2025
1 parent 883d3ff commit 8d58ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:

- name: Run tests with coverage
shell: bash
run: cargo llvm-cov nextest --release --lcov --output-path lcov.info
run: cargo llvm-cov nextest --release --profile ci --lcov --output-path lcov.info

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

0 comments on commit 8d58ae9

Please sign in to comment.