CliMA / ClimaParams.jl

Contains all universal constant and physical parameters in CLIMA
Apache License 2.0
36 stars 6 forks source link

Remove dependencies #208

Closed Sbozzolo closed 2 months ago

Sbozzolo commented 2 months ago

ClimaParams should not depend on Test (no package should do so). DocStringExtensions was barely used, so I removed it (every package that uses ClimaParams inherits this dependency)

Closes #207

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 98.50%. Comparing base (870475d) to head (769f189). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #208 +/- ## ======================================= Coverage 98.50% 98.50% ======================================= Files 2 2 Lines 134 134 ======================================= Hits 132 132 Misses 2 2 ```

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