Open superstar54 opened 2 weeks ago
Attention: Patch coverage is 7.69231%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 66.97%. Comparing base (
2924582
) to head (3b654d1
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/aiidalab_qe/setup/codes.py | 7.69% | 12 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Very funny thing: the pre-commit
and ruff
conflict with each other.
As suggested by @unkcpz , if the cmd to inspect the env fails, we should raise the error and stop the installation.
Very funny thing: the pre-commit and ruff conflict with each other.
What you mean pre-commit
and ruff
are conflict? We use ruff
in pre-commit
as linter.
Fix #916
The error from 916 is because the setup process stopped because the code failed to inspect the qe env. In this PR, we handle this gracefully so that it returns False when failed to inspect qe env.