Skip to content

Display code coverage approval rule in project settings

Problem to solve

We are creating a custom approval rule similar to License Check and Vulnerability Check approval rules (see #15765 (closed)). As part of this, we need to implement the frontend project setting so that the user can enable this approval rule.

Proposal

We will need to coordinate with the backend to create a new approval rule setting. We can follow the pattern set out in the security approval rules which is laid out in:

Issue for creating the rule: #331001 (closed)

Here is a previous MR implementing this for security: !38992 (merged)

Edited by James Heimbuck