aiidateam / aiida-core

The official repository for the AiiDA code
https://aiida-core.readthedocs.io
Other
411 stars 184 forks source link

Profile setdefault to set default backup #6462

Closed agoscinski closed 3 weeks ago

agoscinski commented 3 weeks ago

Backup of the version feature in PR https://github.com/aiidateam/aiida-core/pull/6426 that we decided to drop since the deprecation command became deprecated.

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 77.77778% with 2 lines in your changes missing coverage. Please review.

Project coverage is 73.20%. Comparing base (ef60b66) to head (4e1bf76). Report is 35 commits behind head on main.

Files Patch % Lines
src/aiida/cmdline/utils/decorators.py 77.78% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6462 +/- ## ========================================== - Coverage 77.51% 73.20% -4.30% ========================================== Files 560 562 +2 Lines 41444 41809 +365 ========================================== - Hits 32120 30601 -1519 - Misses 9324 11208 +1884 ``` | [Flag](https://app.codecov.io/gh/aiidateam/aiida-core/pull/6462/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam) | Coverage Δ | | |---|---|---| | [presto](https://app.codecov.io/gh/aiidateam/aiida-core/pull/6462/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam) | `73.20% <77.78%> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

agoscinski commented 3 weeks ago

Closing PR since it is just here to keep the code easily accessible.