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.
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.