codecov / codecov-bash

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

Update old link #421

Closed drazisil-codecov closed 3 years ago

drazisil-codecov commented 3 years ago

@thomasrockhu do we have a better documentation link here?

Purpose

What is the context of this pull request? Why is it being done?

Notable Changes

Are there any changes that need to be called out as particularly tricky or significant?

Tests and Risks?

Is this covered by existing tests? New ones? If no, why not?

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.

thomasrockhu commented 3 years ago

@drazisil-codecov not that I'm aware of 😢

thomasrockhu commented 3 years ago

@drazisil-codecov run ./install.sh locally so you don't have to change the CHECKSUM manually

codecov[bot] commented 3 years ago

Codecov Report

Merging #421 (fd12099) into master (54be243) will increase coverage by 0.08%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #421      +/-   ##
==========================================
+ Coverage   45.86%   45.95%   +0.08%     
==========================================
  Files          20       20              
  Lines        2854     2855       +1     
==========================================
+ Hits         1309     1312       +3     
+ Misses       1545     1543       -2     
Flag Coverage Δ
test 39.22% <0.00%> (ø)

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

Impacted Files Coverage Δ
codecov 67.72% <0.00%> (+0.14%) :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 54be243...fd12099. Read the comment docs.