-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code coverage reporting for C++ code (#94)
* Making modifications to CMakeLists and the github action in order to record and upload code coverage numbers. * Slightly different incantation, --no-build-isolation assumes all build back end is pre-installed. * Need to install `lcov` on the ubuntu image. * Attempting to combine coverage reports into one file to address "invalid token" error. * Making a few attempts, just committing this as a checkpoint. * Taking a more straightforward approach, and just looking at env var. * Attempting to fix the upload error by changing the final output file name.
- Loading branch information
Showing
3 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters