codecov / codecov-bash

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

Pull in `1.0.4` into `master` #448

Closed thomasrockhu closed 3 years ago

thomasrockhu commented 3 years ago

Purpose

Due to an issue with our versioning, the previous bash script deployment failed due to a mismatch in version. This push was made directly to production branch as a hotfix. This PR is intaking that change.

Notable Changes

This is merging production into master. There may be some weird git issues down the road, but I don't expect there to be.

Tests and Risks?

None

Update the SHA hash files

Done

codecov[bot] commented 3 years ago

Codecov Report

Merging #448 (bce8fd5) into master (c3ccd59) will decrease coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #448      +/-   ##
==========================================
- Coverage   45.82%   45.76%   -0.06%     
==========================================
  Files          20       20              
  Lines        2859     2856       -3     
==========================================
- Hits         1310     1307       -3     
  Misses       1549     1549              
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.58% <100.00%> (-0.07%) :arrow_down:

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 c3ccd59...bce8fd5. Read the comment docs.

RA80533 commented 3 years ago

Just out of curiosity, how did you to make commit bce8fd5?

thomasrockhu commented 3 years ago

@RA80533 I pushed the hotfix to production, this was automagically created by GitHub

RA80533 commented 3 years ago

Was production a temporary branch?

drazisil-codecov commented 3 years ago

Was production a temporary branch?

It is not. It has since been restored and branch protection approved to prevent automatic deletion