Files
superqt/codecov.yml
Talley Lambert d25f4c1cf7 Use qtpy, deprecate superqt.qtcompat, drop support for Qt <5.12 (#39)
* 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
2022-01-07 12:19:59 -05:00

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