Files
2018-09-27 17:27:17 -04:00

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