mirror of
https://github.com/PowerShell/PSDscResources
synced 2026-06-21 13:45:29 +00:00
25 lines
517 B
YAML
25 lines
517 B
YAML
codecov:
|
|
notify:
|
|
require_ci_to_pass: no
|
|
|
|
comment:
|
|
layout: "reach, diff"
|
|
behavior: default
|
|
|
|
coverage:
|
|
range: 50..80
|
|
round: down
|
|
precision: 0
|
|
|
|
status:
|
|
project:
|
|
default:
|
|
# Set the overall project code coverage requirement to 70%
|
|
target: 70
|
|
patch:
|
|
default:
|
|
# Set the pull request requirement to not regress overall coverage by more than 5%
|
|
# and let codecov.io set the goal for the code changed in the patch.
|
|
target: auto
|
|
threshold: 5
|