Skip to content

Commit

Permalink
CI: Fix Codecov job command
Browse files Browse the repository at this point in the history
`cargo tarpaulin` has changed the case of one of its config options.
  • Loading branch information
str4d committed Sep 26, 2023
1 parent 1b7c497 commit 7b53b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: cargo run --release --example download-params --features download-params

- name: Generate coverage report
run: cargo tarpaulin --engine llvm --all-features --release --timeout 600 --out Xml
run: cargo tarpaulin --engine llvm --all-features --release --timeout 600 --out xml
- name: Upload coverage to Codecov
uses: codecov/[email protected]

Expand Down

0 comments on commit 7b53b71

Please sign in to comment.