codecov / codecov-bash

Global coverage report uploader for Codecov
https://codecov.io
Apache License 2.0
234 stars 155 forks source link

Releasing new version of the uploader #445

Closed sbeidas closed 3 years ago

sbeidas commented 3 years ago

Purpose

Releasing new version of the uploader.

Notable Changes

Update the SHA hash files

Also make sure that you update all the hash files by running for i in 1 256 512; do shasum -a "${i}" codecov > "SHA${i}SUM"; done.

codecov[bot] commented 3 years ago

Codecov Report

Merging #445 (c3ccd59) into production (638717f) will increase coverage by 0.03%. The diff coverage is 57.14%.

Impacted file tree graph

@@              Coverage Diff               @@
##           production     #445      +/-   ##
==============================================
+ Coverage       45.78%   45.82%   +0.03%     
==============================================
  Files              20       20              
  Lines            2859     2859              
==============================================
+ Hits             1309     1310       +1     
+ Misses           1550     1549       -1     
Flag Coverage Δ
test 39.22% <20.00%> (ø)

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

Impacted Files Coverage Δ
codecov 67.64% <57.14%> (+0.06%) :arrow_up:

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 638717f...c3ccd59. Read the comment docs.