We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So the last commit ensured that Github will show our pytest and flake8 results directly.
However, IMO we should modify our Makefile to make sure that PYTEST_ARGS is used in every pytest call. Otherwise my recipe…
PYTEST_ARGS
make test benchmark PYTEST_ARGS=--junitxml=test-results/test.xml
…will not pick up its results.
Originally posted by @bertsky in #1239 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
However, IMO we should modify our Makefile to make sure that
PYTEST_ARGS
is used in every pytest call. Otherwise my recipe……will not pick up its results.
Originally posted by @bertsky in #1239 (comment)
The text was updated successfully, but these errors were encountered: