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

Prevent superfluous clone of loki in ecwam regression test #410

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

awnawab
Copy link
Contributor

@awnawab awnawab commented Oct 17, 2024

The ecwam-bundle project name in the regression test is outdated, which lead to the tagged loki release in the ewam bundle being cloned everytime the test was run. Since --without-loki-install is specified, that version is never built and the local copy of loki is indeed used. Nevertheless it would be good to prevent an unnecessary clone of loki during the regression test.

Copy link

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

Copy link

codecov bot commented Oct 17, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.95%. Comparing base (1492d43) to head (9c1206a).
Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
loki/transformations/tests/test_ecwam.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #410      +/-   ##
==========================================
- Coverage   95.95%   95.95%   -0.01%     
==========================================
  Files         198      198              
  Lines       39174    39174              
==========================================
- Hits        37590    37589       -1     
- Misses       1584     1585       +1     
Flag Coverage Δ
lint_rules 96.39% <ø> (ø)
loki 95.94% <0.00%> (-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.

Nice catch, thanks!

@reuterbal reuterbal added the ready for merge This PR has been approved and is ready to be merged label Oct 18, 2024
@reuterbal reuterbal merged commit 5b65e56 into main Oct 18, 2024
13 checks passed
@reuterbal reuterbal deleted the naan-fix-ecwam-regr branch October 18, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for 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