ci(coverage): Set the correct out format for CI coverage reports

This commit is contained in:
Damir Jelić 2022-06-14 11:41:08 +02:00
parent dd4c329f57
commit 38d771cca6
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: tarpaulin
args: --workspace
args: --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v3

View File

@ -2,6 +2,7 @@
debug = false
verbose = false
exclude-files = ["crates/matrix_sdk/examples/*"]
workspace = true
exclude = [
"matrix-sdk-crypto-ffi",
"matrix-sdk-crypto-js",