Skip to content

Cleanup#50

Merged
ilaflott merged 11 commits intomainfrom
cleanup
Apr 14, 2026
Merged

Cleanup#50
ilaflott merged 11 commits intomainfrom
cleanup

Conversation

@ilaflott
Copy link
Copy Markdown
Member

Describe your changes

Issue ticket number and link (if applicable)

Fixes #XXX (replace XXX with the issue number and GitHub will autolink the PR to the issue)

Checklist before requesting a review

  • I ran my code
  • I tried to make my code readable
  • I tried to comment my code
  • I wrote a new test, if applicable
  • I wrote new instructions/documentation, if applicable
  • I ran pytest and inspected it's output
  • I ran pylint and attempted to implement some of it's feedback
  • No print statements; all user-facing info uses logging module

Note: If you are a code maintainer updating the tag or releasing a new fremorizer version, please use the release_procedure.md template. To quickly use this template, open a new pull request, choose your branch, and add ?template=release_procedure.md to the end of the url.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@             Coverage Diff             @@
##             main      #50       +/-   ##
===========================================
+ Coverage   61.63%   76.81%   +15.17%     
===========================================
  Files           9        9               
  Lines        1199     1199               
===========================================
+ Hits          739      921      +182     
+ Misses        460      278      -182     
Files with missing lines Coverage Δ
fremorizer/cmor_config.py 30.86% <ø> (ø)
fremorizer/cmor_constants.py 100.00% <ø> (ø)
fremorizer/cmor_finder.py 61.79% <ø> (ø)
fremorizer/cmor_helpers.py 93.79% <ø> (+5.17%) ⬆️
fremorizer/cmor_mixer.py 85.57% <ø> (+32.55%) ⬆️
fremorizer/cmor_yamler.py 99.02% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fedbdc1...f427b2d. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ilaflott ilaflott merged commit 5606ea2 into main Apr 14, 2026
11 checks passed
@ilaflott ilaflott deleted the cleanup branch April 14, 2026 13:37
@ilaflott ilaflott self-assigned this Apr 15, 2026
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.

fremorizer/tests/test_cmor_run_subtool_further_examples.py failures

2 participants