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-41605: Command-line aggregator for pipetask report #302

Merged
merged 3 commits into from
Oct 16, 2024
Merged

Conversation

eigerx
Copy link
Contributor

@eigerx eigerx commented Aug 16, 2024

Checklist

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

@eigerx eigerx force-pushed the tickets/DM-41605 branch 5 times, most recently from a5cce92 to b90d10d Compare August 17, 2024 00:35
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] = []
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
summaries: Iterable[Summary] = []
summaries: list[Summary] = []

Should fix mypy.

@eigerx eigerx force-pushed the tickets/DM-41605 branch 2 times, most recently from 7a69154 to 7462c06 Compare October 15, 2024 18:13
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

Attention: Patch coverage is 90.00000% with 10 lines in your changes missing coverage. Please review.

Project coverage is 89.73%. Comparing base (28b775e) to head (46f434f).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
tests/test_cliCmdReport.py 88.09% 4 Missing and 6 partials ⚠️
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.
📢 Have feedback on the report? Share it here.

@eigerx eigerx force-pushed the tickets/DM-41605 branch 2 times, most recently from aa98b41 to e07a242 Compare October 15, 2024 19:22
@eigerx eigerx marked this pull request as ready for review October 16, 2024 21:12
Copy link

@villarrealas villarrealas left a 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

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.

@eigerx eigerx merged commit 3abcffb into main Oct 16, 2024
14 of 15 checks passed
@eigerx eigerx deleted the tickets/DM-41605 branch October 16, 2024 23:08
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.

3 participants