codecov / codecov-bash

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

fix: Add GITHUB_SERVER_URL to env #455

Closed thomasrockhu closed 3 years ago

thomasrockhu commented 3 years ago

Purpose

Fixes https://github.com/codecov/uploader/issues/217

Notable Changes

None

Tests and Risks?

N/A

Update the SHA hash files

Done

codecov[bot] commented 3 years ago

Codecov Report

Merging #455 (f9aaa3e) into master (98fd3d7) will increase coverage by 0.13%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #455      +/-   ##
==========================================
+ Coverage   45.68%   45.82%   +0.13%     
==========================================
  Files          20       20              
  Lines        2863     2861       -2     
==========================================
+ Hits         1308     1311       +3     
+ Misses       1555     1550       -5     
Flag Coverage Δ
test 39.22% <33.33%> (ø)

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

Impacted Files Coverage Δ
env 0.00% <0.00%> (ø)
codecov 67.53% <100.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 98fd3d7...f9aaa3e. Read the comment docs.

thomasrockhu commented 3 years ago

Superceded by #457