DOC: Update docs/requirements.txt to include new dependencies #1300
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
default: | |
# basic | |
target: auto | |
threshold: 1% | |
base: auto | |
# advanced | |
branches: | |
- master | |
- develop | |
if_ci_failed: error #success, failure, error, ignore | |
only_pulls: false | |
flags: | |
- "unit" | |
paths: | |
- "rocketpy" |