MNT: Add pylint disable for too-many-statements in env test #2231
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: # 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" | ||