Skip to content

Commit

Permalink
unpin coverage versions
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Sep 23, 2024
1 parent 2b7751c commit e550f02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ jobs:
LLVM_PROFILE_FILE: json5format-%m.profraw
run: |
mkdir -p coverage
# TODO: thisn't
cargo update -p proc-macro2 --precise 1.0.28 || echo "cargo update proc-macro2 failed"
cargo update -p approx:0.5.0 --precise 0.4.0 || echo "cargo update approx failed"
cargo update -p ndarray:0.15.3 --precise 0.14.0 || echo "cargo update ndarray failed"
cargo test -- --include-ignored
cargo profdata -- \
merge -sparse json5format-*.profraw -o json5format.profdata
Expand Down

0 comments on commit e550f02

Please sign in to comment.