mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Switch patch checks to informational only
This commit is contained in:
@@ -17,10 +17,9 @@ coverage:
|
|||||||
# Configuration for patch-level checks. This checks the relative coverage of the new PR code ONLY.
|
# Configuration for patch-level checks. This checks the relative coverage of the new PR code ONLY.
|
||||||
patch:
|
patch:
|
||||||
default:
|
default:
|
||||||
# For each PR, make sure the coverage of the new code is within 1% of current overall coverage.
|
# Enable informational mode, which just provides info to reviewers & always passes
|
||||||
# We let 'patch' be more lenient as we only require *project* coverage to not drop significantly.
|
# https://docs.codecov.io/docs/commit-status#section-informational
|
||||||
target: auto
|
informational: true
|
||||||
threshold: 1%
|
|
||||||
|
|
||||||
# Turn PR comments "off". This feature adds the code coverage summary as a
|
# Turn PR comments "off". This feature adds the code coverage summary as a
|
||||||
# comment on each PR. See https://docs.codecov.io/docs/pull-request-comments
|
# comment on each PR. See https://docs.codecov.io/docs/pull-request-comments
|
||||||
|
Reference in New Issue
Block a user