Skip to content

Fix ci - #838

Merged
jmattheis merged 2 commits into
masterfrom
fix-ci
Sep 13, 2025
Merged

Fix ci#838
jmattheis merged 2 commits into
masterfrom
fix-ci

Conversation

@jmattheis

Copy link
Copy Markdown
Member

No description provided.

The setup-go action, sets GOTOOLCHAIN=local and breaks the release
build.
Don't redirect to /#/login when the tryAuthenticate hasn't completed.
This caused the url path to be changed to /#/login regardaless if the
user was already logged in.
@jmattheis
jmattheis requested a review from a team as a code owner September 13, 2025 08:38
Comment thread Makefile
else
GO_VERSION=$(shell go mod edit -json | jq -r .Toolchain | sed -e 's/go//')
endif
GO_VERSION=$(shell go mod edit -json | jq -r .Toolchain | sed -e 's/go//')

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @eternal-flame-AD I've removed the GOTOOLCHAIN check here, because in a new version of actions/setup-go the variable is set to local which breaks this logic here. I think if someone from the outside wants to change the use go version, they can directly set GO_VERSION.

@codecov

codecov Bot commented Sep 13, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.54%. Comparing base (93ffad9) to head (b394578).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #838   +/-   ##
=======================================
  Coverage   79.54%   79.54%           
=======================================
  Files          56       56           
  Lines        2645     2645           
=======================================
  Hits         2104     2104           
  Misses        450      450           
  Partials       91       91           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
@jmattheis
jmattheis merged commit 0239db0 into master Sep 13, 2025
4 checks passed
@jmattheis
jmattheis deleted the fix-ci branch September 13, 2025 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant