Skip to content

Commit

Permalink
Attempt to fix coverage by updating nightly (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter authored Dec 3, 2023
1 parent 5a934e3 commit a9c6af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v2

# - name: Install tarpaulin
# run: cargo install cargo-tarpaulin
- name: Update nightly
run: rustup update nightly

- name: Generate code coverage
run: cargo +nightly tarpaulin --timeout 120 --out lcov --output-dir ./coverage
Expand Down

0 comments on commit a9c6af9

Please sign in to comment.