chore(test): Configure tarpaulin to use its config file.
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: tarpaulin
|
||||
args: --workspace --ignore-config --exclude-files "crates/matrix-sdk/examples/*,crates/matrix-sdk-common,crates/matrix-sdk-test" --exclude matrix-sdk-crypto-js --exclude matrix-sdk-crypto-nodejs --out Xml
|
||||
args: --workspace
|
||||
|
||||
- name: Upload to codecov.io
|
||||
uses: codecov/codecov-action@v3
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
[default-config]
|
||||
debug = false
|
||||
verbose = false
|
||||
exclude-files = ["matrix_sdk/examples/*", "matrix_sdk_common", "matrix_sdk_test"]
|
||||
exclude-files = ["crates/matrix_sdk/examples/*", "crates/matrix_sdk_common", "crates/matrix_sdk_test"]
|
||||
exclude = ["matrix-sdk-crypto-js", "matrix-sdk-crypto-nodejs"]
|
||||
|
||||
Reference in New Issue
Block a user