Dittly / website

🔨 The Dittly Website
4 stars 2 forks source link

No more 100% test coverage enforced. #45

Closed mikenikles closed 7 years ago

mikenikles commented 7 years ago

This removes the need to have 100% test coverage. Tests still run and if they fail, PRs can't be merged. However, if no tests are written we're not blocked from merging PRs.

This also means if the tests fail, something is indeed wrong. No more false positives because of the missing test coverage threshold.

mikenikles commented 7 years ago

Tacking full responsibility for merging that without approval.