Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Omit Databroker integration test code from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed Nov 3, 2023
1 parent 3639feb commit 0e98bbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kuksa_databroker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ jobs:
- name: Run tests and report code coverage
run: |
cargo tarpaulin -o xml
cargo tarpaulin -o xml \
--exclude-files kuksa_databroker/databroker/tests/* \
--exclude-files kuksa_databroker/databroker/tests/world/*
- name: Upload coverage report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0e98bbe

Please sign in to comment.