barecheck / code-coverage-action

GitHub Action that generates code coverage reports
https://barecheck.com
MIT License
57 stars 14 forks source link

feat(floats): support floats as the minimum ratio #272

Closed timsawtellgo1 closed 2 months ago

timsawtellgo1 commented 2 months ago

Support a float as the minimumRatio value. In our codebases, the minimum value we can use now is 1%, and that is too high off a difference for us. We would like to support a minimum ratio of something like 0.2%.

vitaliimelnychuk commented 2 months ago

Thanks for working on it @timsawtellgo1 🚀

Merging and will build a new version in a minute