pytroll / pytroll-pps-runner

Pytroll runner for PPS
GNU General Public License v3.0
1 stars 8 forks source link

Fix the integration with Coveralls #26

Closed adybbroe closed 3 years ago

adybbroe commented 3 years ago

Fix the integration with Coveralls - it was lost when moving from Travis-CI to Github Actions

codecov[bot] commented 3 years ago

Codecov Report

Merging #26 (78b57b9) into main (2526dd0) will increase coverage by 2.18%. The diff coverage is 60.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
+ Coverage   29.82%   32.01%   +2.18%     
==========================================
  Files          12       11       -1     
  Lines        1747     1690      -57     
  Branches        0      221     +221     
==========================================
+ Hits          521      541      +20     
+ Misses       1226     1143      -83     
- Partials        0        6       +6     
Flag Coverage Δ
unittests 32.01% <60.55%> (+2.18%) :arrow_up:

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

Impacted Files Coverage Δ
nwcsafpps_runner/metno_update_nwp.py 0.00% <0.00%> (ø)
nwcsafpps_runner/pps2018_runner.py 0.00% <0.00%> (ø)
nwcsafpps_runner/pps_runner.py 0.00% <0.00%> (ø)
nwcsafpps_runner/prepare_nwp.py 0.00% <0.00%> (ø)
nwcsafpps_runner/utils.py 26.38% <50.00%> (-0.46%) :arrow_down:
nwcsafpps_runner/pps_posttroll_hook.py 77.71% <94.44%> (-1.44%) :arrow_down:
nwcsafpps_runner/tests/test_pps_hook.py 100.00% <100.00%> (ø)
... and 5 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 2526dd0...78b57b9. Read the comment docs.

adybbroe commented 3 years ago

Ok to merge @mraspaud ?