Skip to content

Drop python 3.10 and simplify for click 8.2 enum choice #1890

Merged
CodyCBakerPhD merged 2 commits into
masterfrom
enh-click-enum-choice-simplify
Jul 9, 2026
Merged

Drop python 3.10 and simplify for click 8.2 enum choice #1890
CodyCBakerPhD merged 2 commits into
masterfrom
enh-click-enum-choice-simplify

Adopt enum.StrEnum for CLI choice enums; drop Python 3.10

b53ceba
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 9, 2026 in 1s

76.93% (+0.04%) compared to 3f2b6d1

View this Pull Request on Codecov

76.93% (+0.04%) compared to 3f2b6d1

Details

Codecov Report

❌ Patch coverage is 47.61905% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.93%. Comparing base (3f2b6d1) to head (b53ceba).

Files with missing lines Patch % Lines
dandi/organize.py 0.00% 5 Missing ⚠️
dandi/upload.py 0.00% 3 Missing ⚠️
dandi/consts.py 0.00% 2 Missing ⚠️
dandi/cli/base.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1890      +/-   ##
==========================================
+ Coverage   76.88%   76.93%   +0.04%     
==========================================
  Files          88       88              
  Lines       12901    12872      -29     
==========================================
- Hits         9919     9903      -16     
+ Misses       2982     2969      -13     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.