[jira] [Updated] (PROTON-2356) [cpp] Improve test coverage in message.cpp

2021-04-01 Thread Justin Ross (Jira)


 [ 
https://issues.apache.org/jira/browse/PROTON-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Ross updated PROTON-2356:

Labels: starter  (was: )

> [cpp] Improve test coverage in message.cpp
> --
>
> Key: PROTON-2356
> URL: https://issues.apache.org/jira/browse/PROTON-2356
> Project: Qpid Proton
>  Issue Type: Test
>  Components: cpp-binding
>Reporter: Justin Ross
>Assignee: Justin Ross
>Priority: Major
>  Labels: starter
>
> *Assignee: Kajal Sah*
> Message.cpp currently has 84% 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 message_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 /coverage_results



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-2356) [cpp] Improve test coverage in message.cpp

2021-04-01 Thread Justin Ross (Jira)


 [ 
https://issues.apache.org/jira/browse/PROTON-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Ross updated PROTON-2356:

Description: 
*Assignee: Kajal Sah*

Message.cpp currently has 84% 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 message_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 /coverage_results

  was:
Message.cpp currently has 84% 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 message_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 /coverage_results


> [cpp] Improve test coverage in message.cpp
> --
>
> Key: PROTON-2356
> URL: https://issues.apache.org/jira/browse/PROTON-2356
> Project: Qpid Proton
>  Issue Type: Test
>  Components: cpp-binding
>Reporter: Justin Ross
>Assignee: Justin Ross
>Priority: Major
>
> *Assignee: Kajal Sah*
> Message.cpp currently has 84% 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 message_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 /coverage_results



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-2356) [cpp] Improve test coverage in message.cpp

2021-03-31 Thread Justin Ross (Jira)


 [ 
https://issues.apache.org/jira/browse/PROTON-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Ross updated PROTON-2356:

Description: 
Message.cpp currently has 84% 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 message_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 /coverage_results

  was:
Message.cpp currently has 84% 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 message_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 /coverage_results

 


> [cpp] Improve test coverage in message.cpp
> --
>
> Key: PROTON-2356
> URL: https://issues.apache.org/jira/browse/PROTON-2356
> Project: Qpid Proton
>  Issue Type: Test
>  Components: cpp-binding
>Reporter: Justin Ross
>Assignee: Justin Ross
>Priority: Major
>
> Message.cpp currently has 84% 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 message_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 /coverage_results



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-2356) [cpp] Improve test coverage in message.cpp

2021-03-31 Thread Justin Ross (Jira)


 [ 
https://issues.apache.org/jira/browse/PROTON-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Ross updated PROTON-2356:

Description: 
Message.cpp currently has 84% 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 message_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 /coverage_results

 

  was:
Message.cpp currently has 84% 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 message_test.cpp.

 

To set up coverage builds:

 - Install lcov, the code coverage tool

 - Compile proton with -DCMAKE_BUILD_TYPE=Coverage

 - Run the tests: make test

 - Generate coverage results: make coverage

 - View the results at /coverage_results

 


> [cpp] Improve test coverage in message.cpp
> --
>
> Key: PROTON-2356
> URL: https://issues.apache.org/jira/browse/PROTON-2356
> Project: Qpid Proton
>  Issue Type: Test
>  Components: cpp-binding
>Reporter: Justin Ross
>Assignee: Justin Ross
>Priority: Major
>
> Message.cpp currently has 84% 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 message_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 /coverage_results
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-2356) [cpp] Improve test coverage in message.cpp

2021-03-31 Thread Justin Ross (Jira)


 [ 
https://issues.apache.org/jira/browse/PROTON-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Ross updated PROTON-2356:

Description: 
Message.cpp currently has 84% 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 message_test.cpp.

 

To set up coverage builds:

 - Install lcov, the code coverage tool

 - Compile proton with -DCMAKE_BUILD_TYPE=Coverage

 - Run the tests: make test

 - Generate coverage results: make coverage

 - View the results at /coverage_results

 

  was:
Message.cpp currently has 84% line coverage after running the tests.  Increase 
the coverage to 100% or as close as is practical.  To do this, add tests to 
message_test.cpp.

 

To set up coverage builds:

 - Install lcov, the code coverage tool

 - Compile proton with -DCMAKE_BUILD_TYPE=Coverage

 - Run the tests: make test

 - Generate coverage results: make coverage

 - View the results at /coverage_results

 


> [cpp] Improve test coverage in message.cpp
> --
>
> Key: PROTON-2356
> URL: https://issues.apache.org/jira/browse/PROTON-2356
> Project: Qpid Proton
>  Issue Type: Test
>  Components: cpp-binding
>Reporter: Justin Ross
>Assignee: Justin Ross
>Priority: Major
>
> Message.cpp currently has 84% 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 message_test.cpp.
>  
> To set up coverage builds:
>  - Install lcov, the code coverage tool
>  - Compile proton with -DCMAKE_BUILD_TYPE=Coverage
>  - Run the tests: make test
>  - Generate coverage results: make coverage
>  - View the results at /coverage_results
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org