coverage:
status:
project:
default:
# Require at least XY% coverage
target: 50%
# Allow a YX% drop from the previous base commit coverage
threshold: 15%
# Patch coverage refers to the coverage of the lines of code that were changed in a specific commit or pull request,
# whereas project coverage refers to the overall coverage of the entire codebase.
patch:
default:
target: 50%
threshold: 15%