CI: Fix Codecov job command

`cargo tarpaulin` has changed the case of one of its config options.
This commit is contained in:
Jack Grigg 2023-09-22 21:43:43 +00:00
parent 1b7c49778d
commit 7b53b711e2
1 changed files with 1 additions and 1 deletions

View File

@ -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/codecov-action@v3.1.4