ioos / compliance-checker

Python tool to check your datasets against compliance standards
http://ioos.github.io/compliance-checker/
Apache License 2.0
104 stars 56 forks source link

Conda was clobbering the dev version of compliance-checker #1084

Closed ocefpaf closed 1 month ago

ocefpaf commented 1 month ago

We ended up testing against a release compliance-checker instead of the development version.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.75%. Comparing base (30808b2) to head (0a84ef6). Report is 4 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1084 +/- ## =========================================== - Coverage 81.92% 81.75% -0.17% =========================================== Files 24 25 +1 Lines 5172 5224 +52 Branches 1237 1253 +16 =========================================== + Hits 4237 4271 +34 - Misses 634 644 +10 - Partials 301 309 +8 ```

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

ocefpaf commented 1 month ago

I'll report the OG faliures upstream. This is working as expected now.