mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-12-16 03:00:05 +01:00
15 lines
409 B
YAML
15 lines
409 B
YAML
ignore:
|
|
- qtrangeslider/_version.py
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: 1% # coverage can drop by up to 1% while still posting success
|
|
patch:
|
|
default:
|
|
target: auto
|
|
threshold: 40% # coverage can drop by up to 40% while still posting success
|
|
comment:
|
|
require_changes: true # if true: only post the PR comment if coverage changes
|