fix: CMake package and pkgconfig rework#916
Conversation
Codecov ReportPatch has no changes to coverable lines. 📢 Thoughts on this report? Let us know!. |
…t like the regular one that references the CLI11.hpp single file header
|
FIxes #911 |
| cmake -S . -B build \ | ||
| -DCMAKE_CXX_STANDARD=${{matrix.std}} \ | ||
| -DCLI11_SINGLE_FILE_TESTS=OFF \ | ||
| -DCLI11_EXAMPLES=OFF \ |
There was a problem hiding this comment.
I think this change is what caused the coverage change, but I don't think the examples should be built or tested during the single file tests, not entirely sure what is going on.
There was a problem hiding this comment.
Coverage upload is finicky, it's possible it just had too many jobs not able to report. Going to try a rebuild to see. Otherwise, not too worked about it.
There was a problem hiding this comment.
I should take another crack at getting back to 100% sometime soon. Probably not in this PR though
There was a problem hiding this comment.
The failing lines are
I think they were uncovered before, but for some reason they are now counting as a slightly higher percentage? Coverage is weird unless it's 100%. :/
Not worried about it for this PR.
add tests that exercise the CMake module and pkg-config files