mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-07-21 12:11:07 +02:00
17 lines
423 B
YAML
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
|