-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use pyprojecttoml redux #456
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #456 +/- ##
=======================================
Coverage 97.07% 97.07%
=======================================
Files 11 11
Lines 3553 3553
=======================================
Hits 3449 3449
Misses 104 104 ☔ View full report in Codecov by Sentry. |
pyproject.toml
Outdated
{name = "HERA Team"} | ||
] | ||
description="HERA Data Quality Metrics." | ||
license= {text= "BSD"} |
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.
It's actual the MIT license
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.
Looks good, though the license is wrong (not that it really matters).
This is the same as #455 but uses
git mv
instead of just moving the files, and removes the scripts from test coverage.