as if forcing it does the trick here

This commit is contained in:
bitfl0wer 2023-08-26 14:05:34 +02:00
parent bf9233fef2
commit 34ee9f7d6d
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ jobs:
- name: Build, Test and Publish Coverage - name: Build, Test and Publish Coverage
run: | run: |
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
cargo binstall --no-confirm cargo-tarpaulin cargo binstall --no-confirm cargo-tarpaulin --force
cargo tarpaulin --all-features --verbose --skip-clean --coveralls ${{ secrets.COVERALLS_REPO_TOKEN }} --timeout 120 cargo tarpaulin --all-features --verbose --skip-clean --coveralls ${{ secrets.COVERALLS_REPO_TOKEN }} --timeout 120