wri / gfw-raster-analysis-lambda

GFW Raster Analysis in AWS Lambda
8 stars 4 forks source link

Develop #52

Closed solomon-negusse closed 2 years ago

solomon-negusse commented 3 years ago

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces: - [ ] Bugfix - [X] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the new behavior?

Does this introduce a breaking change?

Other information

codecov[bot] commented 3 years ago

Codecov Report

Merging #52 (cffb583) into master (32f4b88) will decrease coverage by 0.15%. The diff coverage is 90.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   91.73%   91.57%   -0.16%     
==========================================
  Files          20       20              
  Lines        1101     1140      +39     
==========================================
+ Hits         1010     1044      +34     
- Misses         91       96       +5     
Flag Coverage Δ
unittests 91.57% <90.78%> (-0.16%) :arrow_down:

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

Impacted Files Coverage Δ
raster_analysis/data_cube.py 91.30% <ø> (ø)
tests/e2e/test_raster_analysis.py 100.00% <ø> (ø)
tests/fixtures/fixtures.py 100.00% <ø> (ø)
raster_analysis/data_environment.py 96.55% <50.00%> (-0.82%) :arrow_down:
lambdas/raster_analysis/src/lambda_function.py 76.92% <71.42%> (+1.24%) :arrow_up:
raster_analysis/results_store.py 93.54% <90.90%> (-3.56%) :arrow_down:
lambdas/fanout/src/lambda_function.py 82.35% <100.00%> (+3.78%) :arrow_up:
lambdas/tiled_analysis/src/lambda_function.py 88.88% <100.00%> (+0.88%) :arrow_up:
raster_analysis/globals.py 100.00% <100.00%> (ø)
raster_analysis/query.py 96.13% <100.00%> (+0.02%) :arrow_up:
... and 1 more

Continue to review full report at Codecov.

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