codecov / codecov-bash

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

fix: Prevent deploys if tag is not unique #452

Closed thomasrockhu closed 3 years ago

thomasrockhu commented 3 years ago

Purpose

Prevents deploys without a new tag. This will stop releases that may conflict with existing tagged versions.

Notable Changes

No

Tests and Risks?

No

Update the SHA hash files

N/A

codecov[bot] commented 3 years ago

Codecov Report

Merging #452 (3cf9997) into master (d4628f7) will increase coverage by 0.07%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #452      +/-   ##
==========================================
+ Coverage   45.73%   45.80%   +0.07%     
==========================================
  Files          20       20              
  Lines        2858     2860       +2     
==========================================
+ Hits         1307     1310       +3     
+ Misses       1551     1550       -1     
Flag Coverage Δ
test 39.22% <0.00%> (ø)

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

Impacted Files Coverage Δ
scripts/version.sh 0.00% <0.00%> (ø)
codecov 67.64% <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 d4628f7...3cf9997. Read the comment docs.