robotology / gz-sim-yarp-plugins

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

Update codecov configuration #110

Closed xela-95 closed 8 months ago

xela-95 commented 8 months ago

This PR:

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 51.40%. Comparing base (98f78ae) to head (061ecec).

:exclamation: Current head 061ecec differs from pull request most recent head 3e65f3f. Consider uploading reports for the commit 3e65f3f to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #110 +/- ## ========================================== - Coverage 54.65% 51.40% -3.26% ========================================== Files 26 33 +7 Lines 2684 3070 +386 Branches 0 418 +418 ========================================== + Hits 1467 1578 +111 - Misses 1217 1474 +257 - Partials 0 18 +18 ```

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

xela-95 commented 8 months ago

In order to validate the codecov.yml file it is possible to invoke the following API:

curl -X POST --data-binary @codecov.yml https://codecov.io/validate

and check if the API response is a 200 code.

With the version of the yml in https://github.com/robotology/gz-sim-yarp-plugins/pull/110/commits/3e65f3f31ec80a663289fd4c91c57500b36d461e I got a valid response.