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

raeperd / kickstart.go
71%
main: 71%

Build:
Build:
LAST BUILD BRANCH: fix-health-handler-data-race
DEFAULT BRANCH: main
Repo Added 07 Dec 2024 06:04AM UTC
Files 1
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

LAST BUILD ON BRANCH fix-health-handler-data-race
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-fail-fast-strategy
  • add-linting-tools
  • ci-coverall
  • ci-fix-dependabot-err-
  • ci-optimize
  • ci-unqeryvet
  • code-suggestion
  • dependabot/docker/golang-1.23-bullseye
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/download-artifact-4
  • dependabot/github_actions/actions/download-artifact-5
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/actions/upload-artifact-4
  • dependabot/github_actions/docker/build-push-action-6
  • dependabot/github_actions/golangci/golangci-lint-action-7
  • dependabot/github_actions/golangci/golangci-lint-action-8
  • docs-newline
  • feat-graceful-shutdown-
  • feature/add-linter-and-ci-improvements
  • fix-content-type
  • fix-health-handler-data-race
  • main
  • refs/tags/v0.2.0
  • simplify-deploy-workflow
  • test-middleware
  • update-docker-compose

12 Oct 2025 06:53AM UTC coverage: 70.647%. First build
18440550506

Pull #49

github

raeperd
fix: resolve data race in handleGetHealth

Create a copy of baseRes for each request instead of modifying the
shared variable. The data race occurred when multiple concurrent
requests modified res.Uptime simultaneously.

All tests pass with race detection enabled.
Pull Request #49: fix: resolve data race in handleGetHealth

2 of 5 new or added lines in 1 file covered. (40.0%)

142 of 201 relevant lines covered (70.65%)

2.08 hits per line

Relevant lines Covered
Build:
Build:
201 RELEVANT LINES 142 COVERED LINES
2.08 HITS PER LINE
Source Files on main
  • List 1
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18440550506 fix-health-handler-data-race fix: resolve data race in handleGetHealth Create a copy of baseRes for each request instead of modifying the shared variable. The data race occurred when multiple concurrent requests modified res.Uptime simultaneously. All tests pass with race d... Pull #49 12 Oct 2025 06:54AM UTC raeperd github
70.65
18410887703 update-docker-compose Update build workflow Pull #47 10 Oct 2025 03:21PM UTC raeperd github
70.5
18404167397 main ci: add path-based conditions to skip irrelevant builds (#46) - Add path filters to build.yaml for push/PR events - Add path filters to deploy.yaml for push events - Only run workflows when Go code or build files change push 10 Oct 2025 10:43AM UTC web-flow github
70.5
18404103557 ci-optimize ci: add path-based conditions to skip irrelevant builds - Add path filters to build.yaml for push/PR events - Add path filters to deploy.yaml for push events - Only run workflows when Go code or build files change Pull #46 10 Oct 2025 10:40AM UTC raeperd github
70.5
18403956145 main Add modernize and deadcode linting tools to CI workflow (#45) - Add golang.org/x/tools/gopls/internal/analysis/modernize - Add golang.org/x/tools/cmd/deadcode - Matches linting tools used in Makefile push 10 Oct 2025 10:34AM UTC web-flow github
70.5
18403924911 add-linting-tools Add modernize and deadcode linting tools to CI workflow - Add golang.org/x/tools/gopls/internal/analysis/modernize - Add golang.org/x/tools/cmd/deadcode - Matches linting tools used in Makefile Pull #45 10 Oct 2025 10:32AM UTC raeperd github
70.5
18403908485 add-fail-fast-strategy Add modernize and deadcode linting tools to CI workflow - Add golang.org/x/tools/gopls/internal/analysis/modernize - Add golang.org/x/tools/cmd/deadcode - Matches linting tools used in Makefile Pull #44 10 Oct 2025 10:32AM UTC raeperd github
70.5
18403898940 add-fail-fast-strategy Add fail-fast strategy to CI jobs and additional linting tools push 10 Oct 2025 10:31AM UTC raeperd github
70.5
18402630166 main Simplify deploy workflow while maintaining multi-arch support (#43) - Consolidate matrix build and merge jobs into single job - Use Docker buildx native multi-platform capabilities - Remove complex digest artifact handling - Fix typo: braches -> ... push 10 Oct 2025 09:37AM UTC web-flow github
70.5
18402581804 simplify-deploy-workflow Simplify deploy workflow while maintaining multi-arch support - Consolidate matrix build and merge jobs into single job - Use Docker buildx native multi-platform capabilities - Remove complex digest artifact handling - Fix typo: braches -> branch... Pull #43 10 Oct 2025 09:35AM UTC raeperd github
70.5
See All Builds (63)
  • Repo on GitHub
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

© 2025 Coveralls, Inc