Skip to content

Merge branch 'docs/flight-page' of https://github.com/RocketPy-Team/R… #1713

Merge branch 'docs/flight-page' of https://github.com/RocketPy-Team/R…

Merge branch 'docs/flight-page' of https://github.com/RocketPy-Team/R… #1713

Workflow file for this run

coverage:
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"