codecov / codecov-bash

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

fix: add query support for token (self-hosted) #453

Closed drazisil-codecov closed 3 years ago

drazisil-codecov commented 3 years ago

Purpose

Changing the upload token to only pass via header (#439) broke support for self-hosted customers. This fix adds it back, while retaining the header method as well.

Notable Changes

This adds, so it should not break anything currently working.

Tests and Risks?

Yes

Update the SHA hash files

Done

codecov[bot] commented 3 years ago

Codecov Report

Merging #453 (9bc19f1) into master (ced837c) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #453      +/-   ##
==========================================
+ Coverage   45.71%   45.77%   +0.05%     
==========================================
  Files          20       20              
  Lines        2859     2864       +5     
==========================================
+ Hits         1307     1311       +4     
- Misses       1552     1553       +1     
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.53% <100.00%> (+0.03%) :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 ced837c...9bc19f1. Read the comment docs.