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

agentic-dev-library / thumbcode
42%
main: 56%

Build:
Build:
LAST BUILD BRANCH: claude/triage-pull-requests-gKQEA
DEFAULT BRANCH: main
Repo Added 18 Jan 2026 06:46AM UTC
Files 176
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 ralph/ws-testing
branch: ralph/ws-testing
CHANGE BRANCH
x
Reset
  • ralph/ws-testing
  • chat-approve-commit-12982100548334997176
  • claude/fix-pr135-feedback-gKQEA
  • claude/restore-env-example-aAg1S
  • claude/triage-pull-requests-gKQEA
  • dependabot/npm_and_yarn/npm_and_yarn-43fdf816a0
  • dependabot/npm_and_yarn/npm_and_yarn-ab4d8f00f8
  • dependabot/npm_and_yarn/npm_and_yarn-c2faeb1381
  • docs/api-documentation-2563947611921949267
  • docs/deployment-release-11422378162109445000
  • feat-agent-intelligence-system-10155413811753389640
  • feat-foundational-infra-1906573889307548674
  • feat-state-management-and-ui-foundation-6141280862616348688
  • feat/accessibility-improvements-10249823611879095406
  • feat/agent-orchestration-system
  • feat/astro-docs-site
  • feat/brand-paint-daube-icons
  • feat/environment-configuration
  • feat/error-fallback-issue-reporting-358616680504556265
  • feat/github-device-flow-15495933966507810792
  • feat/github-device-flow-auth
  • feat/implement-core-services-6478549820192247366
  • feat/isomorphic-git-service
  • feat/issue-12-realtime-chat
  • feat/issue-13-component-library
  • feat/issue-14-app-screens
  • feat/issue-16-error-handling
  • feat/issue-17-performance-optimization
  • feat/monorepo-consolidation
  • feat/production-ui-ux-research
  • feat/render-staging-infrastructure
  • feat/secure-credential-storage
  • feat/security-hardening-12805103198795767328
  • feat/staging-e2e-pipeline-18166489273768641784
  • feat/wire-up-credential-storage-7654386678289915028
  • feat/zustand-state-management
  • feature/web-credential-storage-16367629849517220705
  • feature/wire-up-list-repos-2341498079925133217
  • fix/ci-sonarcloud-separate-job
  • fix/codeql-security-workflow-issues
  • fix/consolidate-state-stores
  • fix/docs-deployment
  • fix/docs-landing-page
  • fix/expo-go-compatibility-docs
  • fix/git-diff-implementation
  • fix/main-lint-errors
  • fix/phase2-post-merge-cleanup
  • fix/post-merge-typecheck-lint
  • fix/production-styling-cleanup
  • fix/staging-deployment-config
  • fix/typedoc-path
  • github-auth-polling-robustness-8282671898332708609
  • main
  • optimize-agents-screen-rendering-9847702445530837629
  • perf-certificate-pinning-logs-12516529409365396870
  • perf-memoize-approval-card-styles-13337322786994975592
  • perf-optimize-credential-service-parallel-check-1497704303513454969
  • perf-orchestration-state-lookup-3353458984225318827
  • perf/avatar-memoization-2005799266297282441
  • perf/diff-viewer-optimization-3741167164446051430
  • perf/file-tree-optimization-16691290426013373983
  • perf/filetree-optimization-5210700542194839442
  • perf/onboarding-context-memoization-8617360829543054983
  • perf/optimize-base-agent-parsing-13118144186170050403
  • perf/optimize-base-agent-parsing-16566902244871251778
  • perf/optimize-file-tree-renders-8382843774406735653
  • perf/optimize-git-diff-parallelism-4012060868424400108
  • perf/optimize-git-diff-working-dir-1465311383308375368
  • perf/optimize-hex-regex-6221947084635004541
  • perf/optimize-syntax-highlighter-regex-10743690915181651308
  • perf/parallel-credential-validation-15482454156950913095
  • ralph/ws-ai-integration
  • ralph/ws-component-tests
  • ralph/ws-decomposition
  • ralph/ws-decomposition-2
  • ralph/ws-e2e-integration
  • ralph/ws-features
  • ralph/ws-lint-format
  • ralph/ws-quality
  • ralph/ws-screen-migration
  • refactor-increase-test-coverage-thresholds-8884010491343851444
  • refactor-index-component-tech-stack-7240317358581250119
  • refactor/remove-facades-and-barrels

12 Feb 2026 04:37AM UTC coverage: 42.308%. First build
21933738455

push

github

web-flow
test: add 130 new tests, coverage from 34% to 51% (#118)

* test(tabs): add screen tests for Dashboard, Chat, Projects, Settings

Each test verifies the screen renders without crashing and key UI
elements are present in the rendered tree, using toJSON() + string
matching to work around jest-expo/react-native-web text query issues.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* test(onboarding): add screen tests for all 5 onboarding screens

Tests for welcome, api-keys, github-auth, create-project, and
complete screens verifying render and key UI element presence.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* test(settings): add screen tests for settings and detail screens

Tests for credentials, agents, editor settings screens plus
agent/[id] and project/[id] detail screens. Detail screens mock
useLocalSearchParams to test both found and not-found branches.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* test: enable E2E tests, add integration and package tests

- Remove skip markers from e2e/web/dashboard.spec.ts and interactions.spec.ts
  (Dashboard, Tab Navigation, Full Flow, Dashboard/Agents/Chat Interactions)
- Add integration tests for auth flow (credential lifecycle, biometrics,
  format validation, secret masking) and chat flow (thread lifecycle,
  multi-thread isolation, events, approval workflow, search)
- Add config package tests (constants, environment, feature flags)
- Add UI package tests (Text, Button, Card, Spinner, Alert, theme tokens,
  organic styles)
- Update jest.config.js to include config and ui packages in testMatch
  and collectCoverageFrom

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

749 of 2371 branches covered (31.59%)

Branch coverage included in aggregate %.

1608 of 3200 relevant lines covered (50.25%)

19.88 hits per line

Relevant lines Covered
Build:
Build:
3200 RELEVANT LINES 1608 COVERED LINES
19.88 HITS PER LINE
Source Files on ralph/ws-testing
  • Tree
  • List 120
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21933738455 ralph/ws-testing test: add 130 new tests, coverage from 34% to 51% (#118) * test(tabs): add screen tests for Dashboard, Chat, Projects, Settings Each test verifies the screen renders without crashing and key UI elements are present in the rendered tree, using to... push 12 Feb 2026 04:38AM UTC web-flow github
42.31
21933633056 ralph/ws-testing Merge 913998e27 into 82c88cdf1 Pull #118 12 Feb 2026 04:32AM UTC web-flow github
43.11
See All Builds (303)
  • 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

© 2026 Coveralls, Inc