Skip to content

Commit

Permalink
Merge pull request #953 from fabriziosestito/fix/tarpaulin-slow-flag
Browse files Browse the repository at this point in the history
fix: remove tarpaulin e2e test --force-exec flag
  • Loading branch information
viccuad authored Oct 23, 2024
2 parents b0379cb + 732a87d commit 3268324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ coverage-unit-tests:

.PHONY: coverage-e2e-tests
coverage-e2e-tests:
cargo tarpaulin --verbose --skip-clean --engine=llvm \
--all-features --test e2e --follow-exec \
cargo tarpaulin --verbose --skip-clean \
--all-features --implicit-test-threads --test e2e \
--out xml --out html --output-dir coverage/e2e-tests

.PHONY: clean
Expand Down

0 comments on commit 3268324

Please sign in to comment.