Skip to content

Commit

Permalink
ci: Set --implicit-test-threads for tarpaulin
Browse files Browse the repository at this point in the history
This is in hopes of reducing tarpaulin time below 15 mins,
so it fits in GHA timeout.

Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Oct 22, 2024
1 parent a0c5b1f commit 83058be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ coverage: coverage-unit-tests coverage-e2e-tests
.PHONY: coverage-unit-tests
coverage-unit-tests:
cargo tarpaulin --verbose --skip-clean --engine=llvm \
--all-features --bins --follow-exec \
--all-features --implicit-test-threads --bins \
--out xml --out html --output-dir coverage/unit-tests

.PHONY: coverage-e2e-tests
Expand Down

0 comments on commit 83058be

Please sign in to comment.