mirror of
https://github.com/mattrubin/Authenticator.git
synced 2026-05-20 13:40:34 +00:00
22 lines
488 B
YAML
22 lines
488 B
YAML
# Configuration for Codecov (https://codecov.io)
|
|
|
|
codecov:
|
|
# Use `develop` as the default branch
|
|
branch: develop
|
|
|
|
ignore:
|
|
- AuthenticatorTests
|
|
|
|
comment: off # Disable coverage comments on pull requests
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
# Allow coverage to drop by 5% without marking a PR with a failing status.
|
|
threshold: 5
|
|
patch:
|
|
default:
|
|
# Allow patch to be 0% covered without marking a PR with a failing status.
|
|
target: 0
|