LIHPC-Computational-Geometry / coupe

the concurrent partitioner
https://LIHPC-Computational-Geometry.github.io/coupe/
Apache License 2.0
13 stars 3 forks source link

ci: build and run FFI examples for coverage #214

Closed hhirtz closed 1 year ago

hhirtz commented 2 years ago

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

codecov[bot] commented 2 years ago

Codecov Report

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #214 +/- ## ======================================= Coverage 62.16% 62.16% ======================================= Files 41 41 Lines 7762 7762 ======================================= Hits 4825 4825 Misses 2937 2937 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LIHPC-Computational-Geometry)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

hhirtz commented 2 years ago

Looks like doctests are not taken into account anymore...