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

Loki-transform: Don't trigger a full parse for plan mode #473

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

mlange05
Copy link
Collaborator

When planning mode is required, we can save a lot of time by not parsing the full source tree.

When planning mode is required, we can save a lot of time by not
parsing the full source tree.
@mlange05 mlange05 requested a review from reuterbal January 15, 2025 10:26
Copy link

Documentation for this branch can be viewed at https://sites.ecmwf.int/docs/loki/473/index.html

Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.03%. Comparing base (eff4036) to head (c7f9758).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #473      +/-   ##
==========================================
- Coverage   96.03%   96.03%   -0.01%     
==========================================
  Files         226      226              
  Lines       40581    40581              
==========================================
- Hits        38972    38971       -1     
- Misses       1609     1610       +1     
Flag Coverage Δ
lint_rules 96.39% <ø> (ø)
loki 96.02% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Collaborator

@reuterbal reuterbal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, apologies for the oversight!

@reuterbal reuterbal added the ready to merge This PR has been approved and is ready to be merged label Jan 15, 2025
@mlange05 mlange05 merged commit 304921f into main Jan 15, 2025
13 checks passed
@mlange05 mlange05 deleted the naml-plan-no-full-parse branch January 15, 2025 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge This PR has been approved and is ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants