-
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
🚧 Add pinned version of odfpy to requirements_dev.txt #1164
🚧 Add pinned version of odfpy to requirements_dev.txt #1164
Conversation
Benchmark is done. Checkout the benchmark result page. Benchmark diff v0.6.0 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 ReportBase: 87.6% // Head: 87.6% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #1164 +/- ##
=====================================
Coverage 87.6% 87.6%
=====================================
Files 103 103
Lines 4899 4899
Branches 807 807
=====================================
Hits 4292 4292
Misses 489 489
Partials 118 118 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 at Codecov. |
e3f0609
to
f94346c
Compare
Kudos, SonarCloud Quality Gate passed! |
While setting up a new local environment for pyglotaran I found that the runtime dependency
odfpy
had no pinned version inrequirements_dev.txt
.Change summary
Checklist