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-37703: Catch unresolved refs warnings and some workarounds #319

Merged
merged 5 commits into from Apr 19, 2023

Conversation

timj
Copy link
Member

@timj timj commented Apr 14, 2023

Relies on lsst/daf_butler#821

Checklist

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

@codecov
Copy link

codecov bot commented Apr 14, 2023

Codecov Report

Patch coverage: 84.84% and project coverage change: -0.02 ⚠️

Comparison is base (110985a) 80.62% compared to head (c10504d) 80.60%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #319      +/-   ##
==========================================
- Coverage   80.62%   80.60%   -0.02%     
==========================================
  Files          57       57              
  Lines        6414     6450      +36     
  Branches     1308     1219      -89     
==========================================
+ Hits         5171     5199      +28     
- Misses        995     1002       +7     
- Partials      248      249       +1     
Impacted Files Coverage Δ
python/lsst/pipe/base/butlerQuantumContext.py 78.37% <40.00%> (-1.26%) ⬇️
python/lsst/pipe/base/graphBuilder.py 64.66% <62.50%> (-0.03%) ⬇️
...thon/lsst/pipe/base/graph/_versionDeserializers.py 65.64% <92.85%> (+0.66%) ⬆️
python/lsst/pipe/base/graph/quantumNode.py 89.83% <100.00%> (+0.54%) ⬆️
python/lsst/pipe/base/testUtils.py 92.51% <100.00%> (+0.15%) ⬆️
tests/test_pipelineTask.py 97.36% <100.00%> (+0.02%) ⬆️
tests/test_quantumGraph.py 96.88% <100.00%> (-0.56%) ⬇️

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 17525e2 into main Apr 19, 2023
9 of 10 checks passed
@timj timj deleted the tickets/DM-37703 branch April 19, 2023 22:40
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