initc3 / HoneyBadgerMPC

Robust MPC-based confidentiality layer for blockchains
GNU General Public License v3.0
131 stars 64 forks source link

Lower codecov requirements #407

Closed sbellem closed 4 years ago

sbellem commented 4 years ago

Allow the project coverage to drop by 10% and the patch coverage by 50%.

This assumes that we currently wish to benefit from the code coverage measurements for visibility and awareness purposes mainly for the time-being.

The proposed changes will allow a pull request to cause the overall project coverage to drop by 10%, and will allow the actual code changes (patch) to have a coverage that is 50% below the current coverage of the project.

Example: Current project coverage is 75%, the proposed settings would:

Resources

Codecov docs on commit status

codecov[bot] commented 4 years ago

Codecov Report

Merging #407 into dev will not change coverage. The diff coverage is n/a.

@@              Coverage Diff              @@
##                 dev        #407   +/-   ##
=============================================
  Coverage   77.23533%   77.23533%           
=============================================
  Files             50          50           
  Lines           5592        5592           
  Branches         856         856           
=============================================
  Hits            4319        4319           
  Misses          1098        1098           
  Partials         175         175
sanket1729 commented 4 years ago

Ack