codecov / codecov-bash

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

Testing #419

Closed switchtolaravel closed 3 years ago

switchtolaravel commented 3 years ago

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.

codecov[bot] commented 3 years ago

Codecov Report

Merging #419 (9ea2a08) into master (2b87ace) will increase coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #419      +/-   ##
==========================================
+ Coverage   45.66%   45.75%   +0.08%     
==========================================
  Files          20       20              
  Lines        2862     2863       +1     
==========================================
+ Hits         1307     1310       +3     
+ Misses       1555     1553       -2     
Flag Coverage Δ
test 39.22% <ø> (ø)

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

Impacted Files Coverage Δ
codecov 67.26% <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 2b87ace...9ea2a08. Read the comment docs.