Closed traversaro closed 3 months ago
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the release notes by adding a file in doc/release/<target_branch>
, based on your changes.
fyi @LoreMoretti
Failed conditions
60.0% Coverage on New Code (required ≥ 80%)
Quality Gate failed
Failed conditions 61.2% Coverage on New Code (required ≥ 80%)
I am not sure about this, it is complaining that the test code is not covered by tests?
Before this PR, sending an empty yarp::sig::Vector on port in Debug mode resulted in a crash of the application attempting to do that:
This PR fixes this problem, and add a test ensuring that empty yarp::sig::Vector can be successfully be transmitted on the YARP network.