jmmorato / openddsharp

OpenDDS wrapper for .NET languages
http://www.openddsharp.com
GNU Lesser General Public License v3.0
53 stars 12 forks source link

[feature] Test against all supported TargetFrameworks #180

Closed jmmorato closed 1 year ago

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5171149508

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
Sources/OpenDDSharp.Standard/DDS/DataWriterListener.cs 30 32 93.75%
Sources/OpenDDSharp.Standard/DDS/DomainParticipantListener.cs 76 78 97.44%
Sources/OpenDDSharp.Standard/DDS/PublisherListener.cs 31 33 93.94%
Sources/OpenDDSharp.Standard/DDS/SubscriberListener.cs 51 53 96.23%
Sources/OpenDDSharp.Standard/DDS/TopicListener.cs 15 17 88.24%
Sources/OpenDDSharp.Standard/DDS/DataReaderListener.cs 59 68 86.76%
<!-- Total: 263 282 93.26% -->
Files with Coverage Reduction New Missed Lines %
Sources/OpenDDSharp.Standard/DDS/DataReaderListener.cs 1 86.73%
Sources/OpenDDSharp.Standard/DDS/DataWriterListener.cs 1 94.85%
Sources/OpenDDSharp.Standard/DDS/DomainParticipantListener.cs 1 98.15%
Sources/OpenDDSharp.Standard/DDS/PublisherListener.cs 1 94.9%
Sources/OpenDDSharp.Standard/DDS/SubscriberListener.cs 1 97.13%
Sources/OpenDDSharp.Standard/DDS/TopicListener.cs 1 86.84%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 5109937581: 1.8%
Covered Lines: 6297
Relevant Lines: 8476

💛 - Coveralls