Skip to content

CI: Set minimum coverage to 97.9

Peter Leitzen requested to merge pl-simplecov-minimum-coverage into master

What does this MR do and why?

In development minimum coverage is not unused unless SIMPLECOV_MINIMUM_COVERAGE is set.

In lefthook minimum coverage is checked.

Contributes to #1467.

How to verify locally

SIMPLECOV_MINIMUM_COVERAGE=1 bundle exec rspec
# Should pass

Expected impact & dry-runs

These are strongly recommended to assist reviewers and reduce the time to merge your change.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/tree/master/doc/scheduled#testing-policies-with-a-dry-run on how to perform dry-runs for new policies.

See https://gitlab.com/gitlab-org/quality/triage-ops/-/blob/master/doc/reactive/best_practices.md#use-the-sandbox-to-test-new-processors on how to make sure a new processor can be tested.

Action items

Edited by Peter Leitzen

Merge request reports