-
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
GHA CI #47
GHA CI #47
Conversation
The parser's workspace will clear() the registered buffers which silently passes when the backing std::string is on the stack. Placing this object on the heap makes test failures more reliable.
See boostorg/filesystem#298 for more information.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #47 +/- ##
===========================================
+ Coverage 81.94% 87.98% +6.04%
===========================================
Files 76 198 +122
Lines 4160 11663 +7503
===========================================
+ Hits 3409 10262 +6853
- Misses 751 1401 +650
... and 123 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
GCOVR code coverage report https://47.http-proto.prtest.cppalliance.org/gcovr/index.html |
GCOVR code coverage report https://47.http-proto.prtest.cppalliance.org/gcovr/index.html |
GCOVR code coverage report https://47.http-proto.prtest.cppalliance.org/gcovr/index.html |
Add GHA CI plus the requisite changes to the code to make it all pass.