vechain / thor

A general purpose blockchain highly compatible with Ethereum's ecosystem
GNU Lesser General Public License v3.0
791 stars 247 forks source link

Configure codecov ignored files #745

Closed ahasikos closed 1 month ago

ahasikos commented 1 month ago

Description

This PR introduces the codecov.yml file in which we can include the files we want to ignore from code coverage.

Fixes 194

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Codecov now considers the codecov.yml file which includes a list of files to be ignored.

Test Configuration: N/A

Checklist:

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 62.54%. Comparing base (aedfc6b) to head (ec88ecf). Report is 12 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #745 +/- ## ========================================== + Coverage 61.77% 62.54% +0.76% ========================================== Files 195 198 +3 Lines 18246 18071 -175 ========================================== + Hits 11271 11302 +31 + Misses 5876 5684 -192 + Partials 1099 1085 -14 ```

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