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
As part of our testing suite, we run flake8 against the parsers and the AntimicrobialResistanceGenomicAnalysisResult class, using GitHub Actions.
flake8
AntimicrobialResistanceGenomicAnalysisResult
We can see in the logs that flake8 is finding issues, but the workflow steps are passing anyways. See:
https://github.com/pha4ge/harmonized-amr-parsers/runs/546839506?check_suite_focus=true#step:4:23
The linting workfow steps should fail if there are linting issues.
The text was updated successfully, but these errors were encountered:
I just noticed this note that explains why the linting step doesn't cause the workflow to fail. It is explicitly made to exit with status 0.
https://github.com/pha4ge/harmonized-amr-parsers/blob/4397bbfff73818776b1787bcd14e55a93f70921a/.github/workflows/pythonpackage.yml#L32
Sorry, something went wrong.
Refactor is now flake8 compliant too.
No branches or pull requests
As part of our testing suite, we run
flake8
against the parsers and theAntimicrobialResistanceGenomicAnalysisResult
class, using GitHub Actions.We can see in the logs that
flake8
is finding issues, but the workflow steps are passing anyways. See:https://github.com/pha4ge/harmonized-amr-parsers/runs/546839506?check_suite_focus=true#step:4:23
The linting workfow steps should fail if there are linting issues.
The text was updated successfully, but these errors were encountered: