Skip to content

Commit

Permalink
Switches to tarpaulin 0.27.1. Sets timeout to 5min.
Browse files Browse the repository at this point in the history
  • Loading branch information
yorik committed Oct 13, 2023
1 parent 2c6a150 commit 13661cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
with:
version: '0.15.0'
args: '--manifest-path node/Cargo.toml -- --test-threads 16'
version: '0.27.1'
args: '--manifest-path node/Cargo.toml -- --test-threads 16 --timeout 300'
env:
RUST_LOG: 'network=trace,sync_blocks=trace,consensus=trace'

- name: Upload to codecov.io
uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}
token: ${{ secrets.CODECOV_TOKEN }}

- name: Archive code coverage results
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 13661cd

Please sign in to comment.