nodejs.org
nodejs.org copied to clipboard
Get Code Coverage >= 90%
(Follow-up #7623)
After completing the migration to Codecov, our code coverage will be approximately 74.53%. I recommend the following action steps:
- [ ] Set a minimum enforcement threshold of 70% coverage (See https://docs.codecov.com/docs/codecov-yaml)
- [ ] Work towards increasing overall code coverage to 95% or higher
- [ ] Once achieved, enforce a minimum of 90% coverage
Should I take on this?
You can work on it
- Set a minimum enforcement threshold of 70% coverage
Hi @avivkeller, I am little confused with threshold and target. Do you mean target 70%? Because threshold works differently in codecov threshold
My changes are going to be as follows,
coverage:
status:
patch:
default:
target: 70%
threshold: 1%
comment:
behavior: default
require_changes: true
Yes, I mean project "target", sorry