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

DM-34261: respond to click.Path api change #179

Merged
merged 3 commits into from Apr 1, 2022
Merged

Conversation

n8pease
Copy link
Contributor

@n8pease n8pease commented Mar 31, 2022

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@codecov
Copy link

codecov bot commented Mar 31, 2022

Codecov Report

Merging #179 (2abbd92) into main (1114478) will increase coverage by 0.21%.
The diff coverage is n/a.

❗ Current head 2abbd92 differs from pull request most recent head 0bd8a5f. Consider uploading reports for the commit 0bd8a5f to get more accurate results

@@            Coverage Diff             @@
##             main     #179      +/-   ##
==========================================
+ Coverage   81.16%   81.38%   +0.21%     
==========================================
  Files          41       41              
  Lines        3308     3298      -10     
  Branches      552      550       -2     
==========================================
- Hits         2685     2684       -1     
+ Misses        463      454       -9     
  Partials      160      160              
Impacted Files Coverage Δ
python/lsst/ctrl/mpexec/cli/opt/options.py 100.00% <ø> (+17.30%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1114478...0bd8a5f. Read the comment docs.

There is a split_commas function in daf_butler that can be used.
It can be extended to do type conversion (as this one did, to
int), or we could write a helper to convert a list of Any items
to a list of int items that could be chained with split_commas.
@n8pease n8pease merged commit 29afa99 into main Apr 1, 2022
@n8pease n8pease deleted the tickets/DM-34261 branch April 1, 2022 19:52
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.

None yet

1 participant