-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coverage #2
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the comments and update the PR.
Thanks for this!
set(CMAKE_CXX_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage") | ||
set(CMAKE_C_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps this should be only set for the Debug
builds?
"rev": "ae002fe44e96b868c62581e8066d559ca2179e01", | ||
"sha256": "1bawyz3ksw2sihv6vsgbvhdm4kn63xrrj5bavg6mz5mxml9rji89" | ||
"rev": "8130f3c1c2bb0e533b5e150c39911d6e61dcecc2", | ||
"sha256": "154nrhmm3dk5kmga2w5f7a2l6j79dvizrg4wzbrcwlbvdvapdgkb" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change and should be documented a bit more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, I'll update the PR description. Though the changes shouldn't affect general users much. A good practice is running nix-collect-garbage
whenever the nix versions are updated.
Co-Authored-By: Amrita Goswami <32496815+amritagos@users.noreply.github.com>
Codecov Report
@@ Coverage Diff @@
## master #2 +/- ##
=========================================
Coverage ? 60.86%
=========================================
Files ? 7
Lines ? 920
Branches ? 0
=========================================
Hits ? 560
Misses ? 360
Partials ? 0 Continue to review full report at Codecov.
|
This reverts commit 767af1e.
d9d9add
to
fd1651f
Compare
8239a8b
to
3665a68
Compare
Initialize coverage metrics and also update the CI to run all branches.