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-38492: Move ResourcePathExpression definition to end of file #53

Merged
merged 5 commits into from Apr 12, 2023

Conversation

timj
Copy link
Member

@timj timj commented Apr 11, 2023

This allows it to be a real definition rather than relying on a string to specify the ResourcePath entry. Doing it this away allows users to use ResourcePathExpression in an isinstance call.

Checklist

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

This allows it to be a real definition rather than relying
on a string to specify the ResourcePath entry. Doing it
this away allows users to use ResourcePathExpression in
an isinstance call.
@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.04 🎉

Comparison is base (267b0d9) 85.69% compared to head (a5e7be2) 85.74%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
+ Coverage   85.69%   85.74%   +0.04%     
==========================================
  Files          27       27              
  Lines        3804     3816      +12     
  Branches      781      785       +4     
==========================================
+ Hits         3260     3272      +12     
  Misses        426      426              
  Partials      118      118              
Impacted Files Coverage Δ
python/lsst/resources/_resourcePath.py 96.34% <100.00%> (ø)
python/lsst/resources/tests.py 97.72% <100.00%> (ø)
tests/test_file.py 98.98% <100.00%> (+0.13%) ⬆️

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 in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@andy-slac andy-slac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@timj timj merged commit aebfb71 into main Apr 12, 2023
15 checks passed
@timj timj deleted the tickets/DM-38492 branch April 12, 2023 16:12
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

2 participants