mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-11 15:52:18 +00:00
coverage: Exclude xml_derive
This commit is contained in:
2
.github/workflows/cicd.yml
vendored
2
.github/workflows/cicd.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: tarpaulin
|
||||
args: --workspace --all-features --coveralls ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
args: --workspace --all-features --exclude xml_derive --coveralls ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
lints:
|
||||
name: Lints
|
||||
|
||||
Reference in New Issue
Block a user