Skip to content
New issue

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

Handle invalid URLs better #426

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

danielhollas
Copy link
Contributor

Closes #396

TODO: Need to actually test this, perhaps write some unit tests.

Copy link

codecov bot commented Apr 30, 2024

Codecov Report

Attention: Patch coverage is 0% with 24 lines in your changes are missing coverage. Please review.

Project coverage is 59.60%. Comparing base (344a8cb) to head (c188b1d).

❗ Current head c188b1d differs from pull request most recent head 45f3445. Consider uploading reports for the commit 45f3445 to get more accurate results

Files Patch % Lines
aiidalab/fetch.py 0.00% 18 Missing ⚠️
aiidalab/git_util.py 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #426      +/-   ##
==========================================
- Coverage   60.09%   59.60%   -0.49%     
==========================================
  Files          23       23              
  Lines        1466     1478      +12     
==========================================
  Hits          881      881              
- Misses        585      597      +12     
Flag Coverage Δ
py-3.10 59.60% <0.00%> (-0.49%) ⬇️
py-3.11 59.60% <0.00%> (-0.49%) ⬇️
py-3.8 59.60% <0.00%> (-0.49%) ⬇️
py-3.9 59.60% <0.00%> (-0.49%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aiidalab CLI raises when an invalid commit/branch is specified
1 participant