Replies: 1 comment
-
I already found it in #2388 |
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
-
For my Gitlab CI, I would like to configure Ruff in the same way as pytest:
- python -m pytest --junitxml=junitxml_pytest.xml --cov=app -v tests
I saves the results to a file and also prints the output of the result.
Is this also possible with ruff?
For now I just have it running in the test stage two times with
Beta Was this translation helpful? Give feedback.
All reactions