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

Fix broken HTML and XML local generation #111

Closed davidorme closed 6 months ago

davidorme commented 6 months ago

This PR fixes #109

The main changes are:

Some things to fix:

codecov-commenter commented 6 months ago

Codecov Report

Attention: 30 lines in your changes are missing coverage. Please review.

Comparison is base (39dadd8) 72.08% compared to head (78c545a) 78.11%. Report is 1 commits behind head on develop.

Files Patch % Lines
safedata_validator/entry_points.py 47.16% 28 Missing :warning:
safedata_validator/zenodo.py 93.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #111 +/- ## =========================================== + Coverage 72.08% 78.11% +6.03% =========================================== Files 13 13 Lines 3668 3674 +6 =========================================== + Hits 2644 2870 +226 + Misses 1024 804 -220 ```

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

davidorme commented 6 months ago

This also does quite a bit of groundwork for #110