• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KusionStack / karpor / 12606746108
64%

Build:
DEFAULT BRANCH: main
Ran 04 Jan 2025 02:35AM UTC
Jobs 1
Files 66
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jan 2025 02:33AM UTC coverage: 64.325%. Remained the same
12606746108

push

github

web-flow
chore: replace direct 'go' command with '$(GO)' variable (#702)

## What type of PR is this?

/kind chore

## What this PR does / why we need it:

This PR replaces direct usage of the 'go' command with the '$(GO)'
variable in the Makefile and go.mk files.

Key changes include:
- Updated build, test, lint, and other Go-related commands to use
'$(GO)' instead of 'go'.
Usage (modify go.mk#L5):
```
# Define GO command with a default value that can be overridden. e.g. GO ?= go1.22.6
GO ?= go1.22.6
```
- This change simplifies Go version management and ensures consistency
across different environments.
- It provides greater flexibility for managing Go versions in various
development and CI/CD setups.
- Bump the github.com/bytedance/mockey from `v1.2.10` to `v1.2.13`, fix
error `link: github.com/bytedance/mockey/internal/monkey/common: invalid
reference to runtime.sysAllocOS`



## Which issue(s) this PR fixes:

Fixes #697

4239 of 6590 relevant lines covered (64.32%)

0.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12606746108.1 04 Jan 2025 02:35AM UTC 66
64.32
GitHub Action Run
Source Files on build 12606746108
  • Tree
  • List 66
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3d5c6df7 on github
  • Prev Build on main (#12579909585)
  • Next Build on main (#12606758444)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc