Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependencies #208

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Remove dependencies #208

merged 1 commit into from
Sep 2, 2024

Conversation

Sbozzolo
Copy link
Member

@Sbozzolo Sbozzolo commented Sep 2, 2024

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

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)
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Sbozzolo Sbozzolo merged commit 64914a0 into main Sep 2, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClimaParams should not depend on Test
2 participants