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

Combining several interpolation functions using a new util function #918

Merged
merged 67 commits into from
Nov 5, 2024

moved time frequency conversion to util dates_times

4d29cbf
Select commit
Loading
Failed to load commit list.
Merged

Combining several interpolation functions using a new util function #918

moved time frequency conversion to util dates_times
4d29cbf
Select commit
Loading
Failed to load commit list.
Jenkins - WCR / Code Coverage succeeded Nov 4, 2024 in 0s

Line Coverage: 91.26% (+15.86%)

Summary for modified lines

  • 499 lines have been modified
  • 9 lines are not covered

Overview by baseline

Quality Gates Summary

Overall result: Success

  • Modified files - Line Coverage: ≪Success≫ - (Actual value: 75.40%, Quality gate: 60.00)

Details

Project coverage details

Module Coverage Package Coverage File Coverage Class Coverage Line Coverage
🐾 Overall project 100.00% (1/1) 100.00% (15/15) 100.00% (71/71) 100.00% (71/71) 75.56% (9071/12005)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% +0.00% +0.03% ⬆️
🐾 Modified files 100.00% (1/1) 100.00% (3/3) 100.00% (5/5) 100.00% (5/5) 75.40% (852/1130)
📈 Modified files (difference to reference job) n/a n/a n/a n/a +0.36% ⬆️
🐾 Modified code lines 100.00% (1/1) 100.00% (3/3) 100.00% (5/5) n/a 91.26% (94/103)
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a +15.86% ⬆️
🐾 Indirect changes 100.00% (1/1) 100.00% (1/1) 50.00% (1/2) n/a 50.00% (1/2)

Annotations

Check warning on line 562 in climada/engine/impact.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Code Coverage

Not covered line

Line 562 is not covered by tests

Check warning on line 607 in climada/engine/impact.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Code Coverage

Not covered line

Line 607 is not covered by tests

Check warning on line 1044 in climada/engine/impact.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Code Coverage

Not covered lines

Lines 1041-1044 are not covered by tests

Check warning on line 552 in climada/hazard/base.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Code Coverage

Not covered line

Line 552 is not covered by tests

Check warning on line 596 in climada/hazard/base.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Code Coverage

Not covered line

Line 596 is not covered by tests

Check warning on line 673 in climada/hazard/base.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Code Coverage

Not covered line

Line 673 is not covered by tests

Check warning on line 79 in climada/hazard/plot.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Code Coverage

Not covered lines

Lines 78-79 are not covered by tests