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