What CI checks must pass before a PR is accepted, and are there any style/lint/test conventions we should follow? #1035
Unanswered
sudoUgando
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
To have a PR accepted, mandatory CI checks typically include successful code compilation, passing all unit tests, and linting validation (such as Ruff or ESLint) to ensure there are no syntax errors or basic security vulnerabilities. Additionally, many pipelines require that test coverage does not decrease, mandating that developers include tests for any new features before the merge can be completed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What CI checks must pass before a PR is accepted, and are there any style/lint/test conventions we should follow?
Beta Was this translation helpful? Give feedback.
All reactions