ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Release 3.0.1rc1 #116

Closed davidorme closed 4 months ago

davidorme commented 4 months ago

This PR is to generate release 3.0.1rc1.

This is to release a candidate version (3.0.1rc1) version from develop to allow Sam to install this update via PyPI and road test it. I'll leave the release/3.0.1 branch open until we've had a chance to get his feedback and make any other changes from letting this out into the wild with Windows users. I'll also try and duplicate Sam's usage on a Ubuntu box, but hopefully the new entry point tests are catching platform specific issues more reliably now.

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 72.54098% with 67 lines in your changes are missing coverage. Please review.

Project coverage is 80.31%. Comparing base (eb78ed5) to head (ced9c6b).

Files Patch % Lines
safedata_validator/entry_points.py 76.97% 32 Missing :warning:
safedata_validator/taxondb.py 64.81% 19 Missing :warning:
safedata_validator/server.py 33.33% 14 Missing :warning:
safedata_validator/zenodo.py 93.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #116 +/- ## =========================================== + Coverage 67.57% 80.31% +12.74% =========================================== Files 12 13 +1 Lines 3651 3709 +58 =========================================== + Hits 2467 2979 +512 + Misses 1184 730 -454 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.