Skip to content

ci: add test pipeline with codecov, staticcheck, and race detection#10

Merged
taigrr merged 2 commits intomasterfrom
cd/ci-improvements
Mar 5, 2026
Merged

ci: add test pipeline with codecov, staticcheck, and race detection#10
taigrr merged 2 commits intomasterfrom
cd/ci-improvements

Conversation

@taigrr
Copy link
Owner

@taigrr taigrr commented Mar 5, 2026

CI Improvements

  • Test matrix: Go 1.25 + 1.26 (latest + previous)
  • Race detection: -race flag on all test runs
  • Coverage: Uploaded to Codecov via codecov-action@v5 (requires CODECOV_TOKEN secret)
  • Linting: staticcheck via dominikh/staticcheck-action@v1
  • Caching: Go modules cached via setup-go built-in cache
  • Runners: Ubuntu (systemd available for systemctl tests)

taigrr added 2 commits March 5, 2026 22:36
- Build/test matrix: Go 1.25 + 1.26
- Race detection enabled for all tests
- Coverage uploaded to Codecov (latest Go only)
- staticcheck lint step
- Go module caching via setup-go
@taigrr taigrr merged commit 7253c91 into master Mar 5, 2026
1 of 2 checks passed
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.

1 participant