chore: Make Tarpaulin happy.

This commit is contained in:
Ivan Enderlin 2023-06-05 20:17:19 +02:00
parent e6fdcfdf52
commit 16932abeaa
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
- name: Run tarpaulin
run: |
cargo tarpaulin --out Xml -e sliding-sync-integration-test
cargo tarpaulin --out Xml -e sliding-sync-integration-test --features testing
- name: Upload to codecov.io
uses: codecov/codecov-action@v3