Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #656 +/- ##
===========================================
- Coverage 80.62% 79.93% -0.69%
===========================================
Files 141 141
Lines 8533 8325 -208
Branches 0 1110 +1110
===========================================
- Hits 6880 6655 -225
+ Misses 1653 1298 -355
- Partials 0 372 +372
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
also provides a fix for #655 |
|
Tests now include most notebooks, only the dependency on |
stephanmg
left a comment
There was a problem hiding this comment.
Looks good to me,
thanks for fixing this.
Could you make sure the checks complete succesfully? Then merge it.
|
The old checks are not triggered here anymore, but the new checks are all good, see: https://github.com/ICB-DCM/pyABC/actions/runs/22139072955 |
Okay great, then should be able to merge. |
This pull request modernizes and streamlines the project's packaging and CI infrastructure. The most significant changes include migrating all packaging metadata from
setup.cfgtopyproject.toml, updating the CI workflows for improved reliability and future compatibility, and enhancing the installation scripts for robustness and cross-platform support.