Skip to content

Commit

Permalink
Added llvm engine for code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Sep 8, 2023
1 parent c4e2544 commit 2ba0ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ jobs:
command: |
mkdir -p cov
docker run --security-opt seccomp=unconfined -v "${PWD}:/volume" xd009642/tarpaulin \
sh -c "cargo tarpaulin --skip-clean --frozen --out Xml --output-dir cov"
sh -c "cargo tarpaulin --skip-clean --frozen --engine llvm --out Xml --output-dir cov"
- codecov/upload:
file: cov/cobertura.xml

Expand Down

0 comments on commit 2ba0ef4

Please sign in to comment.