Pin tarpaulin 0.16.0

This commit is contained in:
Deirdre Connolly 2021-06-11 18:05:29 -04:00
parent b56a31866f
commit ea3047d939
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ on:
jobs:
test:
name: Build & Test on ${{ matrix.os }} (+nightly)
name: Build & Test (+nightly) / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
@ -67,7 +67,7 @@ jobs:
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1.3
with:
version: '0.18.0-alpha3'
version: '0.16.0'
timeout: 300
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v1.5.2