Skip to content

Merge pull request #868 from RocketPy-Team/rel/v1.11.0 #1839

Merge pull request #868 from RocketPy-Team/rel/v1.11.0

Merge pull request #868 from RocketPy-Team/rel/v1.11.0 #1839

Workflow file for this run

coverage:

Check failure on line 1 in .github/workflows/codecov.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codecov.yml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'coverage', (Line: 1, Col: 1): Required property is missing: jobs
status:
project:
default:
# basic
target: auto
threshold: 1%
base: auto
flags:
- unit
paths:
- "rocketpy"
# advanced settings
branches:
- master
- develop
if_ci_failed: error # success, failure, error, ignore
informational: false
only_pulls: false
patch: # Computes only the changes introduced in the PR
default:
# basic
target: auto
threshold: 5%
base: auto
# advanced
branches:
- master
- develop
if_ci_failed: error # success, failure, error, ignore
only_pulls: false
flags:
- "unit"
paths:
- "rocketpy"