-
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
Feature/obs deprecation dev #61
Feature/obs deprecation dev #61
Conversation
GCOVR code coverage report https://61.http-proto.prtest.cppalliance.org/gcovr/index.html |
2 similar comments
GCOVR code coverage report https://61.http-proto.prtest.cppalliance.org/gcovr/index.html |
GCOVR code coverage report https://61.http-proto.prtest.cppalliance.org/gcovr/index.html |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #61 +/- ##
===========================================
+ Coverage 85.18% 85.45% +0.26%
===========================================
Files 77 77
Lines 4199 4269 +70
===========================================
+ Hits 3577 3648 +71
+ Misses 622 621 -1
Continue to review full report in Codecov by Sentry.
|
b29a59e
to
bd8caab
Compare
GCOVR code coverage report https://61.http-proto.prtest.cppalliance.org/gcovr/index.html |
bd8caab
to
340e221
Compare
GCOVR code coverage report https://61.http-proto.prtest.cppalliance.org/gcovr/index.html |
@@ -52,6 +51,7 @@ message( | |||
case error::bad_expect: return "bad Expect"; | |||
case error::bad_field_name: return "bad field name"; | |||
case error::bad_field_value: return "bad field value"; | |||
case error::bad_field_smuggle: return "bad field smuggle"; |
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.
Still out of order alphabetically
340e221
to
0ff72c3
Compare
GCOVR code coverage report https://61.http-proto.prtest.cppalliance.org/gcovr/index.html |
0ff72c3
to
49f0fd9
Compare
GCOVR code coverage report https://61.http-proto.prtest.cppalliance.org/gcovr/index.html |
1 similar comment
GCOVR code coverage report https://61.http-proto.prtest.cppalliance.org/gcovr/index.html |
GCOVR code coverage report https://61.http-proto.prtest.cppalliance.org/gcovr/index.html |
3b3b02e
to
9537c00
Compare
GCOVR code coverage report https://61.http-proto.prtest.cppalliance.org/gcovr/index.html |
GCOVR code coverage report https://61.http-proto.prtest.cppalliance.org/gcovr/index.html |
This looks good now! Merge it when you feel it is ready |
5633020
to
c3f5073
Compare
GCOVR code coverage report https://61.http-proto.prtest.cppalliance.org/gcovr/index.html |
No description provided.