coverage: Exclude xml_derive

This commit is contained in:
Lennart
2025-09-21 21:10:56 +02:00
parent dd52fd120c
commit dc860a9768
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ jobs:
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: tarpaulin command: tarpaulin
args: --workspace --all-features --coveralls ${{ secrets.COVERALLS_REPO_TOKEN }} args: --workspace --all-features --exclude xml_derive --coveralls ${{ secrets.COVERALLS_REPO_TOKEN }}
lints: lints:
name: Lints name: Lints

View File

@@ -14,4 +14,4 @@ docs-dev:
mkdocs serve mkdocs serve
coverage: coverage:
cargo-tarpaulin --workspace cargo tarpaulin --workspace --exclude xml_derive