Skip to content

Commit

Permalink
lowercase xml
Browse files Browse the repository at this point in the history
  • Loading branch information
alanvardy authored and dependabot[bot] committed Sep 18, 2023
1 parent 57fb070 commit 26938f6
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 @@ -110,7 +110,7 @@ jobs:
toolchain: stable
override: true
- run: cargo install cargo-tarpaulin || true
- run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
- run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v1

Expand Down

0 comments on commit 26938f6

Please sign in to comment.