Skip to content

Commit

Permalink
fix: Coverage llcov flag (#258)
Browse files Browse the repository at this point in the history
* feat: adds lcov flag

* fix

* add coverage flag
  • Loading branch information
kukkok3 authored Jun 5, 2024
1 parent 9665c10 commit afa5a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly/rust/scripts/std_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def cargo_llvm_cov(
# Save coverage report to file if it is provided
if res.ok():
res = exec_manager.cli_run(
"cargo llvm-cov report "
"cargo llvm-cov report --lcov "
+ f"{flags} "
+ "--release "
+ f"--output-path {cov_report} ",
Expand Down

0 comments on commit afa5a2c

Please sign in to comment.