Pin the version of tarpaulin used for collecting coverage to 0.16.0
0.17.0 has a bug that causes segfaults: https://github.com/xd009642/tarpaulin/issues/618
This commit is contained in:
parent
18bd5e5fbd
commit
95fce3ad68
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Run cargo-tarpaulin
|
- name: Run cargo-tarpaulin
|
||||||
uses: actions-rs/tarpaulin@v0.1
|
uses: actions-rs/tarpaulin@v0.1
|
||||||
with:
|
with:
|
||||||
version: 'latest'
|
version: '0.16.0'
|
||||||
timeout: 600
|
timeout: 600
|
||||||
- name: Upload coverage report to Codecov
|
- name: Upload coverage report to Codecov
|
||||||
uses: codecov/codecov-action@v1.0.14
|
uses: codecov/codecov-action@v1.0.14
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue