Files
superqt/codecov.yml
2021-06-26 16:29:59 -04:00

17 lines
423 B
YAML

ignore:
- superqt/_version.py
- superqt/qtcompat/*
- '*_tests*'
coverage:
status:
project:
default:
target: auto
threshold: 1% # PR will fail if it drops coverage on the project by >1%
patch:
default:
target: auto
threshold: 40% # A given PR will fail if >40% is untested
comment:
require_changes: true # if true: only post the PR comment if coverage changes