Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(all): Add code coverage thresholds #2582

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
8 changes: 5 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ coverage:
status:
project:
default:
informational: true
target: auto
mattcreaser marked this conversation as resolved.
Show resolved Hide resolved
threshold: 0.1%
patch:
default:
informational: true
target: auto
threshold: 0%
comment:
layout: diff
behavior: default
require_changes: false
require_changes: false
Loading