ENH: add structural to total mass ratio for motor and rocket (#713) #1107
This file contains hidden or 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" |