Skip to content

Drop coverage requirements

Bengfort requested to merge drop-coverage-requirements into main

Our test coverage deteriorates over time, in part because of auto-generated migrations. This is a problem because the CI pipeline will fail below 80% coverage.

Neither of that is really helpful, so I omitted migrations from coverage reports and removed to 80% limit. Of course that doesn't mean we should strive for good test coverage, but it won't keep us from moving forward.

Merge request reports