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

cweill / gotests / 18728975948
94%
master: 94%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 22 Oct 2025 08:28PM UTC
Jobs 1
Files 14
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

22 Oct 2025 08:27PM UTC coverage: 93.218% (-3.1%) from 96.272%
18728975948

Pull #194

github

cweill
feat: add coverage collection for E2E AI tests

Added coverage profiling and reporting for the E2E AI test job to track
which code paths are exercised by real Ollama integration tests.

**Changes:**
1. Run E2E tests with `-coverprofile=e2e-coverage.out -covermode=count`
2. Upload E2E coverage to Codecov with:
   - Separate coverage file: `e2e-coverage.out`
   - Flag: `e2e-tests` (allows filtering E2E vs unit test coverage)
   - Name: `e2e-coverage` (for identification in Codecov UI)

**Benefits:**
✅ Track coverage from real AI integration tests separately
✅ See which code paths are only tested with real Ollama
✅ Identify gaps between mocked and real integration testing
✅ Codecov will show both unit test and E2E test coverage

**Coverage Breakdown:**
- Unit tests (main Go job): Mock-based, fast local tests
- E2E tests (this job): Real Ollama integration, validates end-to-end

Both coverage reports will be visible in Codecov dashboard.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Pull Request #194: feat: AI-powered test case generation

650 of 728 new or added lines in 10 files covered. (89.29%)

6 existing lines in 2 files now uncovered.

1512 of 1622 relevant lines covered (93.22%)

1340.6 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
98.36
internal/ai/prompt.go
3
98.01
-0.94% internal/goparser/goparser.go
5
86.6
2.99% internal/output/options.go
6
94.55
internal/ai/prompt_go.go
24
86.05
internal/ai/parser_go.go
37
76.88
internal/ai/ollama.go

Uncovered Existing Lines

Lines Coverage ∆ File
2
96.99
0.09% gotests.go
4
86.6
2.99% internal/output/options.go
Jobs
ID Job ID Ran Files Coverage
1 18728975948.1 22 Oct 2025 08:28PM UTC 14
93.22
GitHub Action Run
Source Files on build 18728975948
  • Tree
  • List 14
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #194
  • PR Base - develop (#18725169102)
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