mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-07-20 19:51:07 +02:00
* remove qtcompat * change imports * change codecov * add dep * run tests against dalthviz branch * update * more replace * pin pyside6 for sake of test * add deprecation * drop qt 5.11 * unpin pyside6
16 lines
400 B
YAML
16 lines
400 B
YAML
ignore:
|
|
- superqt/_version.py
|
|
- '*_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
|