Skip to content

Commit

Permalink
can't have everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 committed Nov 12, 2024
1 parent 5836bda commit a10ba8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cargo_llvm_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ jobs:
LLVM_PROFILE_FILE="merged.profdata" cargo +nightly llvm-cov report \
--html \
--show-instantiations \
--show-missing-lines \
--doctests \
#--show-instantiations \
#--show-missing-lines \
#--doctests \
--output-dir . \
--ignore-filename-regex 'external-crates/.*'
Expand Down

0 comments on commit a10ba8c

Please sign in to comment.