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

move versioncheck from kubescape to backend #23

Merged
merged 4 commits into from
Mar 5, 2024
Merged

move versioncheck from kubescape to backend #23

merged 4 commits into from
Mar 5, 2024

Conversation

matthyx
Copy link
Contributor

@matthyx matthyx commented Mar 5, 2024

No description provided.

matthyx added 3 commits March 5, 2024 11:20
Signed-off-by: Matthias Bertschy <[email protected]>
Signed-off-by: Matthias Bertschy <[email protected]>
Signed-off-by: Matthias Bertschy <[email protected]>
Copy link

github-actions bot commented Mar 5, 2024

Pull Request Test Coverage Report for Build 8154938037

Details

  • 33 of 118 (27.97%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-2.2%) to 60.411%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/versioncheck/versioncheck.go 33 118 27.97%
Totals Coverage Status
Change from base Build 7537617078: -2.2%
Covered Lines: 1146
Relevant Lines: 1897

💛 - Coveralls

@matthyx matthyx marked this pull request as ready for review March 5, 2024 10:50

var BuildNumber string
var Client string
var LatestReleaseVersion string
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if we need these as global vars or as part of the handler.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I hate these, but I just lift and moved the code there

@matthyx matthyx merged commit 61d65ac into main Mar 5, 2024
3 checks passed
@matthyx matthyx deleted the daily branch March 5, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants