Skip to content

Commit

Permalink
fixup! chore(ci): run tarpaulin in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Oct 16, 2024
1 parent 7bc3019 commit 246b2c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,12 @@ jobs:
- name: Run tarpaulin
run: |
rustup run stable cargo tarpaulin \
--release --skip-clean --profile cov --out xml \
--skip-clean --profile cov --out xml \
--features experimental-widgets,testing
env:
CARGO_PROFILE_COV_INHERITS: 'dev'
CARGO_PROFILE_COV_DEBUG: 1
CARGO_PROFILE_COV_OPT_LEVEL: 2
HOMESERVER_URL: "http://localhost:8008"
HOMESERVER_DOMAIN: "synapse"
SLIDING_SYNC_PROXY_URL: "http://localhost:8118"
Expand Down

0 comments on commit 246b2c9

Please sign in to comment.