mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Customize Codecov settings
This commit is contained in:
21
.codecov.yml
Normal file
21
.codecov.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# DSpace configuration for Codecov.io coverage reports
|
||||||
|
# These override the default YAML settings at
|
||||||
|
# https://docs.codecov.io/docs/codecov-yaml#section-default-yaml
|
||||||
|
# Can be validated via instructions at:
|
||||||
|
# https://docs.codecov.io/docs/codecov-yaml#validate-your-repository-yaml
|
||||||
|
|
||||||
|
# Settings related to code coverage analysis
|
||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
# For each PR, auto compare coverage to previous commit.
|
||||||
|
# Require that overall (project) coverage does NOT drop more than 0.5%
|
||||||
|
target: auto
|
||||||
|
threshold: 0.5%
|
||||||
|
|
||||||
|
# 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
|
||||||
|
# However, this same info is available from the Codecov checks in the PR's
|
||||||
|
# "Checks" tab in GitHub. So, the comment is unnecessary.
|
||||||
|
comment: false
|
Reference in New Issue
Block a user