-
Notifications
You must be signed in to change notification settings - Fork 4
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-41605: Command-line aggregator for pipetask report #302
Conversation
a5cce92
to
b90d10d
Compare
This option will still report all `cursed` datasets and `wonky` | ||
quanta. This is passed to `print_summary` at the end of this function. | ||
""" | ||
summaries: Iterable[Summary] = [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
summaries: Iterable[Summary] = [] | |
summaries: list[Summary] = [] |
Should fix mypy.
7a69154
to
7462c06
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #302 +/- ##
==========================================
+ Coverage 89.72% 89.73% +0.01%
==========================================
Files 50 50
Lines 4427 4522 +95
Branches 399 414 +15
==========================================
+ Hits 3972 4058 +86
- Misses 336 340 +4
- Partials 119 124 +5 ☔ View full report in Codecov by Sentry. |
aa98b41
to
e07a242
Compare
e07a242
to
afb935f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, make sure to remove ticket from requirements before merge
requirements.txt
Outdated
@@ -6,6 +6,6 @@ networkx | |||
lsst-resources @ git+https://github.com/lsst/resources@main | |||
lsst-daf-butler @ git+https://github.com/lsst/daf_butler@main | |||
lsst-utils @ git+https://github.com/lsst/utils@main | |||
lsst-pipe-base @ git+https://github.com/lsst/pipe_base@main | |||
lsst-pipe-base @ git+https://github.com/lsst/pipe_base@tickets/DM-41605 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably should remake this w/ pipe_base@main once DM-41605 is merged into main rather than pointing at the ticketed branch.
afb935f
to
46f434f
Compare
Checklist
doc/changes