mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
For some reason CodeCov testing fails at the moment. This shouldn't block requests for this project at the moment.
15 lines
332 B
YAML
15 lines
332 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
# allow coverage to drop by this amount and still post success
|
|
threshold: 0.5%
|
|
base: auto
|
|
branches:
|
|
- master
|
|
if_not_found: success
|
|
if_ci_failed: error
|
|
only_pulls: false
|
|
informational: true
|