robotology / gz-sim-yarp-plugins

YARP plugins for Modern Gazebo (gz-sim).
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

Fix CI failure #88

Closed xela-95 closed 4 months ago

xela-95 commented 4 months ago

This PR fixes the failing conda-forge.yml CI workflow documented in #87

Closes #87

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b9c56cb) 83.31% compared to head (d05133e) 83.31%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #88 +/- ## ======================================= Coverage 83.31% 83.31% ======================================= Files 16 16 Lines 1001 1001 ======================================= Hits 834 834 Misses 167 167 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

xela-95 commented 4 months ago

Thank you for tip on how to solve this fail @traversaro! ✌🏻

Merging.