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

strip non-alphanumeric from session ids too #647

Merged
merged 6 commits into from
Feb 21, 2023
Merged

Conversation

yarikoptic
Copy link
Member

extended #540 with tests and minor code refactoring.

As we accumulated good number of changes, marking for release with this PR. If all green etc -- will proceed with the release.

keithcallenberg and others added 6 commits February 17, 2023 10:51
…on needed

orig value was useful only for debugging, but then code could be instrumented if needed.

removing helper function actually makes code more readable.

do not duplicate "check" (isalnum) - always call sanitize
@yarikoptic yarikoptic added minor Increment the minor version when merged release Create a release when this pr is merged labels Feb 20, 2023
@codecov
Copy link

codecov bot commented Feb 20, 2023

Codecov Report

Base: 81.32% // Head: 81.36% // Increases project coverage by +0.04% 🎉

Coverage data is based on head (3d668a6) compared to base (7f6e1f2).
Patch coverage: 88.23% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #647      +/-   ##
==========================================
+ Coverage   81.32%   81.36%   +0.04%     
==========================================
  Files          42       42              
  Lines        3828     3837       +9     
==========================================
+ Hits         3113     3122       +9     
  Misses        715      715              
Impacted Files Coverage Δ
heudiconv/bids.py 89.87% <80.00%> (-0.15%) ⬇️
heudiconv/convert.py 87.29% <100.00%> (+0.03%) ⬆️
heudiconv/tests/test_bids.py 98.70% <100.00%> (+0.34%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yarikoptic yarikoptic merged commit 260f0bc into nipy:master Feb 21, 2023
@github-actions
Copy link

🚀 PR was released in v0.12.0 🚀

@yarikoptic yarikoptic deleted the pr-540 branch February 21, 2023 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged release Create a release when this pr is merged released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants