[ 
https://issues.apache.org/jira/browse/PROTON-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18070330#comment-18070330
 ] 

ASF GitHub Bot commented on PROTON-2357:
----------------------------------------

codecov-commenter commented on PR #303:
URL: https://github.com/apache/qpid-proton/pull/303#issuecomment-4169905628

   ## 
[Codecov](https://app.codecov.io/gh/apache/qpid-proton/pull/303?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 Report
   :white_check_mark: All modified and coverable lines are covered by tests.
   :white_check_mark: Project coverage is 67.90%. Comparing base 
([`019558c`](https://app.codecov.io/gh/apache/qpid-proton/commit/019558c13514f7757e3812a594effd65881c3554?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache))
 to head 
([`b37b5ef`](https://app.codecov.io/gh/apache/qpid-proton/commit/b37b5efd21dbbd5f4ad65ee732ddb73c6d052add?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)).
   :warning: Report is 479 commits behind head on main.
   
   <details><summary>Additional details and impacted files</summary>
   
   
   
   ```diff
   @@            Coverage Diff             @@
   ##             main     #303      +/-   ##
   ==========================================
   - Coverage   69.03%   67.90%   -1.13%     
   ==========================================
     Files         353      351       -2     
     Lines       69479    69510      +31     
   ==========================================
   - Hits        47967    47204     -763     
   - Misses      21512    22306     +794     
   ```
   </details>
   
   [:umbrella: View full report in Codecov by 
Sentry](https://app.codecov.io/gh/apache/qpid-proton/pull/303?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   
   :loudspeaker: Have feedback on the report? [Share it 
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   <details><summary> :rocket: New features to boost your workflow: </summary>
   
   - :snowflake: [Test 
Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, 
report on failures, and find test suite problems.
   </details>




> [cpp] Improve test coverage in url.cpp
> --------------------------------------
>
>                 Key: PROTON-2357
>                 URL: https://issues.apache.org/jira/browse/PROTON-2357
>             Project: Qpid Proton
>          Issue Type: Test
>          Components: cpp-binding
>            Reporter: Justin Ross
>            Assignee: Rakhi Kumari
>            Priority: Major
>              Labels: starter
>             Fix For: proton-c-0.35.0
>
>
> *Assignee: Rakhi Kumari*
> Url.cpp currently has 76% line coverage after running the tests.  Increase 
> the coverage to 100% or as close as is practical.  To do this, add or modify 
> tests in url_test.cpp.
> To set up coverage builds:
>  # Install lcov, the code coverage tool
>  # Configure the build for coverage analysis: cmake 
> -DCMAKE_BUILD_TYPE=Coverage [...]
>  # Build the code: make build
>  # Run the tests: make test
>  # Generate coverage results: make coverage
>  # View the results at <build>/coverage_results



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to