mirror of
https://github.com/kopia/kopia.git
synced 2026-01-29 00:33:24 -05:00
24 lines
533 B
YAML
24 lines
533 B
YAML
coverage:
|
|
range: 60..80
|
|
status:
|
|
project:
|
|
default:
|
|
# TODO - raise it to 70-75% over time
|
|
target: 62% # the required coverage value
|
|
threshold: 1% # the leniency in hitting the target
|
|
ignore:
|
|
- repo/blob/gcs/
|
|
- repo/blob/s3/
|
|
- repo/blob/azure/
|
|
- repo/blob/gcs/
|
|
- repo/blob/b2/
|
|
- repo/blob/rclone/
|
|
- repo/blob/webdav/
|
|
# exclude test-only packages
|
|
- internal/testutil/
|
|
- internal/testlogging/
|
|
- internal/mockfs/
|
|
- internal/repotesting/
|
|
- internal/fshasher/
|
|
- internal/blobtesting/
|
|
|