codecov / codecov-bash

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

Update CirrusCI build variables #418

Closed thomasrockhu closed 3 years ago

thomasrockhu commented 3 years ago

Purpose

Cirrus CI is sending the wrong build variables that prevent tokenless uploading. The buildId should correspond to CIRRUS_BUILD_ID. The task ID can be used for the build_url

Notable Changes

This should fix a cirrus tokenless uploading issue

Tests and Risks?

N/A

Update the SHA hash files

Done

codecov[bot] commented 3 years ago

Codecov Report

Merging #418 (ecdca18) into master (2b87ace) will increase coverage by 0.28%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #418      +/-   ##
==========================================
+ Coverage   45.66%   45.95%   +0.28%     
==========================================
  Files          20       20              
  Lines        2862     2855       -7     
==========================================
+ Hits         1307     1312       +5     
+ Misses       1555     1543      -12     
Flag Coverage Δ
test 39.22% <100.00%> (ø)

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

Impacted Files Coverage Δ
codecov 67.72% <100.00%> (+0.60%) :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...ecdca18. Read the comment docs.