Fix code coverage CI failures

This commit is contained in:
Nick Groenen 2023-09-22 11:20:32 +02:00
parent 4b636c4402
commit cb6abedcad
No known key found for this signature in database
GPG Key ID: 4F0AD019928AE098
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ jobs:
override: true
- uses: actions-rs/tarpaulin@v0.1
with:
version: "latest"
# Constrained by https://github.com/actions-rs/tarpaulin/pull/23
version: "0.22.0"
args: "--ignore-tests"
out-type: "Html"
- uses: actions/upload-artifact@v3