Closed hhirtz closed 1 year ago
Base: 62.16% // Head: 62.16% // No change to project coverage :thumbsup:
Coverage data is based on head (
5632ba0
) compared to base (eb1c5d7
). Patch has no changes to coverable lines.:exclamation: Current head 5632ba0 differs from pull request most recent head ce77bde. Consider uploading reports for the commit ce77bde to get more accurate results
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Looks like doctests are not taken into account anymore...
This separate cargo-llvm-cov's build/run phase from the report phase. In between, we build FFI examples with clang, run them, and subtly add the raw coverage inside cargo-llvm-cov target directory, unbeknownst to it.
Closes #158