Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): set prerelease and latest flag properly. #677

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

jvanz
Copy link
Member

@jvanz jvanz commented Mar 13, 2024

Description

The release.yml is not properly setting the release as prerelease or latest release because the field used to check if the tag is a prerelease was not populated. This commit fixes that using another field.

Fix #657

@jvanz jvanz self-assigned this Mar 13, 2024
Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.97%. Comparing base (cdc533e) to head (1c69339).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #677      +/-   ##
==========================================
- Coverage   50.12%   49.97%   -0.16%     
==========================================
  Files          26       26              
  Lines        1967     1967              
==========================================
- Hits          986      983       -3     
- Misses        877      879       +2     
- Partials      104      105       +1     
Flag Coverage Δ
integration-tests 68.20% <ø> (-0.63%) ⬇️
unit-tests 44.12% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The release.yml is not properly setting the release as prerelease or
latest release because the field used to check if the tag is a
prerelease was not populated. This commit fixes that using another
field.

Signed-off-by: José Guilherme Vanz <[email protected]>
@jvanz jvanz marked this pull request as ready for review March 13, 2024 21:45
@jvanz jvanz requested a review from a team as a code owner March 13, 2024 21:45
@viccuad viccuad merged commit 4174370 into kubewarden:main Mar 14, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

CI is not properly tagging releases as latest
2 participants