Skip to content

Commit

Permalink
fix: remove tarpaulin e2e test --force-exec flag
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito committed Oct 22, 2024
1 parent e882801 commit 1853f8e
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 @@ -30,7 +30,7 @@ coverage-unit-tests:
.PHONY: coverage-e2e-tests
coverage-e2e-tests:
cargo tarpaulin --verbose --skip-clean --engine=llvm \
--all-features --test e2e --follow-exec \
--all-features --implicit-test-threads --test e2e \
--out xml --out html --output-dir coverage/e2e-tests

.PHONY: clean
Expand Down

0 comments on commit 1853f8e

Please sign in to comment.