Skip to content

Commit

Permalink
CI: fix tarpaulin args are now lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Sep 19, 2023
1 parent 6537ade commit e09eee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
--exclude-files 'derive/*' \
--exclude-files 'target/*' \
--ignore-panics --ignore-tests \
--out Html --out Json
--out html --out json
- uses: actions/upload-artifact@v3
with:
name: tarpaulin-report
Expand Down

0 comments on commit e09eee6

Please sign in to comment.