Skip to content

Commit

Permalink
attempt to fix dtolnay/proc-macro2#401
Browse files Browse the repository at this point in the history
  • Loading branch information
gftea committed Jul 31, 2023
1 parent a04731b commit 0a9c635
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
- name: Install cargo-llvm-cov
run: cargo install cargo-llvm-cov

- name: Cargo update
run: cargo update -p proc-macro2

- name: Measure coverage
run: RUST_LOG=trace cargo llvm-cov --all-features --lcov --output-path ./lcov.info

Expand Down

0 comments on commit 0a9c635

Please sign in to comment.