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

raeperd / realworld.go
65%
main: 71%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/modernc.org/sqlite-1.39.1
DEFAULT BRANCH: main
Repo Added 10 Oct 2025 10:49AM UTC
Token Xjt12X2pkoXHoNY4U8kcjNBIISQQdRaSI regen
Build 38 Last
Files 5
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 feat/get-current-user
branch: feat/get-current-user
CHANGE BRANCH
x
Reset
Sync Branches
  • feat/get-current-user
  • ci-build-without-docker
  • dependabot/github_actions/sqlc-dev/setup-sqlc-4
  • dependabot/go_modules/modernc.org/sqlite-1.39.1
  • feat-cors
  • feat-jwt
  • feat-login-endpoint
  • feat-login-endpoint-claude
  • feat-post-users
  • main
  • mod-vendor
  • refactor-test
  • refactor/move-api-to-main
  • setup-realworld
  • test-sqlite-file

19 Oct 2025 04:55AM UTC coverage: 64.815%. First build
18625651011

Pull #15

github

raeperd
chore: remove test from hooks to support TDD workflow

Remove 'make test' from hooks to allow TDD RED phase where test
failures are expected and necessary.

Hook now runs:
1. golangci-lint run --fix (auto-fix specific file)
2. make build (ensure compilation succeeds)
3. make lint (code quality check)

Tests are intentionally excluded to support the TDD cycle:
- RED: Write failing test (hook won't block)
- GREEN: Implement code to pass test
- REFACTOR: Clean up code (hook ensures quality)

Developers should run 'make test' manually when appropriate.
Pull Request #15: feat: implement GET /api/user endpoint with JWT authentication

38 of 75 new or added lines in 3 files covered. (50.67%)

350 of 540 relevant lines covered (64.81%)

4.75 hits per line

Relevant lines Covered
Build:
Build:
540 RELEVANT LINES 350 COVERED LINES
4.75 HITS PER LINE
Source Files on feat/get-current-user
  • Tree
  • List 5
  • 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
18625651011 feat/get-current-user chore: remove test from hooks to support TDD workflow Remove 'make test' from hooks to allow TDD RED phase where test failures are expected and necessary. Hook now runs: 1. golangci-lint run --fix (auto-fix specific file) 2. make build (ensure c... Pull #15 19 Oct 2025 04:56AM UTC raeperd github
64.81
18625647225 feat/get-current-user chore: fix hook execution order to build → test → lint Update hook order to logical sequence: 1. golangci-lint run --fix (auto-fix specific file) 2. make build (ensure compilation succeeds first) 3. make test (verify functionality works) 4. make ... Pull #15 19 Oct 2025 04:55AM UTC raeperd github
64.81
18625641681 feat/get-current-user chore: enhance hooks to run full validation suite Update hooks to run complete validation pipeline: 1. golangci-lint run --fix (auto-fix specific file) 2. make lint (full project linting) 3. make build (ensure compilation succeeds) 4. make test (... Pull #15 19 Oct 2025 04:55AM UTC raeperd github
64.81
18625634428 feat/get-current-user chore: add golangci-lint hook for automatic linting Add repository-specific Claude Code hook to automatically run golangci-lint --fix after Write or Edit operations on Go files. This ensures all Go code changes are automatically linted and fixed... Pull #15 19 Oct 2025 04:54AM UTC raeperd github
64.81
18625628804 feat/get-current-user refactor: use JSON error responses in authenticate middleware Replace http.Error calls with encodeErrorResponse to return proper JSON error responses following RealWorld API specification format. Error responses now return: {"errors": {"body": [... Pull #15 19 Oct 2025 04:53AM UTC raeperd github
64.81
18625572645 feat/get-current-user fix: resolve linting issues - Fix import ordering in main.go (third-party before local imports) - Use http.MethodGet constant instead of string literals in tests Pull #15 19 Oct 2025 04:47AM UTC raeperd github
64.81
18625528803 feat/get-current-user docs: update implementation plan with PR link Pull #15 19 Oct 2025 04:44AM UTC raeperd github
64.81
18625526105 feat/get-current-user feat: implement GET /api/user endpoint with JWT authentication Implement the GET /api/user endpoint that returns the authenticated user's data. This includes JWT authentication middleware that validates tokens from the Authorization header and a ... Pull #15 19 Oct 2025 04:43AM UTC raeperd github
64.81
See All Builds (37)

Badge your Repo: realworld.go

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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