projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

hack/actions: fix tag fetching in release workflow #481

Closed skriss closed 2 years ago

skriss commented 2 years ago

Adds --force to git fetch --tags to work with the v2 checkout action.

Signed-off-by: Steve Kriss krisss@vmware.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #481 (9bb2d21) into main (71dd6d0) will decrease coverage by 2.08%. The diff coverage is n/a.

:exclamation: Current head 9bb2d21 differs from pull request most recent head d0460d4. Consider uploading reports for the commit d0460d4 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main     #481      +/-   ##
==========================================
- Coverage   80.57%   78.49%   -2.09%     
==========================================
  Files          29       29              
  Lines        2209     2209              
==========================================
- Hits         1780     1734      -46     
- Misses        309      341      +32     
- Partials      120      134      +14     
Impacted Files Coverage Δ
internal/status/status.go 51.35% <0.00%> (-21.63%) :arrow_down:
internal/controller/controller.go 71.31% <0.00%> (-9.02%) :arrow_down:
internal/objects/rbac.go 58.33% <0.00%> (-5.96%) :arrow_down:
internal/objects/configmap/configmap.go 73.41% <0.00%> (-3.80%) :arrow_down:
internal/objects/service/service.go 85.21% <0.00%> (-3.48%) :arrow_down:
internal/objects/job/job.go 79.13% <0.00%> (-2.61%) :arrow_down:
internal/objects/daemonset/daemonset.go 93.92% <0.00%> (-1.79%) :arrow_down:
internal/objects/deployment/deployment.go 92.79% <0.00%> (-1.28%) :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 71dd6d0...d0460d4. Read the comment docs.

skriss commented 2 years ago

This is a copy of https://github.com/projectcontour/contour/commit/a083546b8018fb482a365bb49349c5bbc71af31c, merging.