You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
469 B
YAML

coverage:
precision: 2
round: down
range: "60..100"
# we don't care about the coverage of files in these folders
ignore:
- "xmpsdk"
- "unitTests"
- "samples"
status:
project:
default:
threshold: 1 # decrease by up to 1% doesn't result in failure
branches:
- main
# check only the diff of the PR
patch:
default:
threshold: 1
branches:
- main
only_pulls: true