-
Notifications
You must be signed in to change notification settings - Fork 18
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
🔧 Improve packaging tooling #923
Conversation
I made it a draft because I want #922 merged first, so I can add the change to the changelog 😉 |
Benchmark is done. Checkout the benchmark result page. Benchmark diff v0.5.1 vs. mainParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
Benchmark diff main vs. PRParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
|
Codecov Report
@@ Coverage Diff @@
## main #923 +/- ##
=====================================
Coverage 85.1% 85.1%
=====================================
Files 85 85
Lines 4799 4799
Branches 921 921
=====================================
Hits 4085 4085
Misses 562 562
Partials 152 152 Continue to review full report at Codecov.
|
b24be1d
to
f6d9df5
Compare
- 🔧 Improve packaging tooling (glotaran#923)
- 🔧 Improve packaging tooling (glotaran#923)
5ecb18b
to
d6e6400
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Good improvements!
This fixes
changelog.md
missing from the tarball and adds an additional tool to check that all need files are included in the distribution.Change summary
Checklist