codecov / codecov-bash

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

Verify only SHA512 checksum #442

Closed garas closed 3 years ago

garas commented 3 years ago

It is waste of time to download 3 files and check with weaker algorithms. It is enough to download one file and check with strongest algorithm SHA512.

Leave only "for older versions" part for less confusion when selecting correct snippet. grep codecov is same as --ignore-missing.

Also, it is unnecessary to escape . inside [ ] of regular expression.

codecov[bot] commented 3 years ago

Codecov Report

Merging #442 (e09e0c3) into master (c3ccd59) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #442   +/-   ##
=======================================
  Coverage   45.73%   45.73%           
=======================================
  Files          20       20           
  Lines        2858     2858           
=======================================
  Hits         1307     1307           
  Misses       1551     1551           
Flag Coverage Δ
test 39.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 c3ccd59...e09e0c3. Read the comment docs.

thomasrockhu commented 3 years ago

@garas closing this out as this repo is going to be deprecated.