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

cweill / gotests / 18882875710

Builds Branch Commit Type Ran Committer Via Coverage
18882875710 master feat: AI-powered test case generation (#194) * feat: add AI test generation foundation (WIP) Implementing AI-powered test case generation as proposed in issue #41. This is the foundation layer with provider interface and Ollama support. New pac... push 28 Oct 2025 05:02PM UTC web-flow github
94.23
18785413303 develop style: clean up test code formatting for improved readability (#198) - Remove unnecessary blank lines from test functions for improved code clarity Signed-off-by: appleboy <appleboy.tw@gmail.com> push 24 Oct 2025 04:08PM UTC web-flow github
94.23
18770061784 ai style: clean up test code formatting for improved readability - Remove unnecessary blank lines from test functions for improved code clarity Signed-off-by: appleboy <appleboy.tw@gmail.com> Pull #198 24 Oct 2025 04:06PM UTC appleboy github
94.23
18756499982 develop feat: AI-powered test case generation (#194) * feat: add AI test generation foundation (WIP) Implementing AI-powered test case generation as proposed in issue #41. This is the foundation layer with provider interface and Ollama support. New pac... push 23 Oct 2025 05:21PM UTC web-flow github
94.23
18756373445 feature/ai-test-generation feat(ai): add min/max range for AI test case generation Replace fixed `-ai-cases` flag with flexible `-ai-min-cases` and `-ai-max-cases` flags (defaults: 3-10). This allows users to specify either a fixed number of test cases (min = max) or let t... Pull #194 23 Oct 2025 05:15PM UTC cweill github
94.23
18754597520 feature/ai-test-generation test(ai): disable 2 more non-deterministic E2E tests (4 total disabled) Disabled business_logic_calculate_discount and string_utils_reverse E2E tests due to environment-dependent non-determinism in qwen2.5-coder:0.5b. Key Finding: Non-determinis... Pull #194 23 Oct 2025 04:06PM UTC cweill github
94.33
18737582020 feature/ai-test-generation test(ai): temporarily disable non-deterministic calculator E2E tests Disabled calculator_multiply and calculator_divide E2E tests due to qwen2.5-coder:0.5b non-determinism with receiver method instantiation. The LLM randomly chooses between two ... Pull #194 23 Oct 2025 04:30AM UTC cweill github
94.33
18736962549 feature/ai-test-generation fix(ai): improve E2E test determinism and use natural language test names Changes: - Remove exampleNames from prompt that was forcing specific test name patterns - Add seed=42 to Ollama requests for deterministic output - Rewrite E2E tests to use... Pull #194 23 Oct 2025 03:52AM UTC cweill github
94.33
18735842190 feature/ai-test-generation feat: increase E2E test retry count to 10 attempts Increased retry count from 3 to 10 to better handle non-deterministic LLM output variance in CI environments. This gives qwen2.5-coder:0.5b more opportunities to produce output matching the golde... Pull #194 23 Oct 2025 02:41AM UTC cweill github
94.33
18735731293 feature/ai-test-generation feat: add retry logic to E2E tests for non-deterministic LLM output **Problem:** Small LLM models like qwen2.5-coder:0.5b are not perfectly deterministic even with temperature=0. In CI, the model sometimes generates slightly different test case n... Pull #194 23 Oct 2025 02:34AM UTC cweill github
94.33
18735496211 feature/ai-test-generation fix: improve test case names and clean up unused golden files **Key Improvements:** 1. **Better Test Case Names** - Changed prompt to suggest category-based names instead of literal examples - Error-returning functions: "valid_case", "edge... Pull #194 23 Oct 2025 02:20AM UTC cweill github
94.33
18735290381 feature/ai-test-generation fix: improve AI prompt to prevent duplicate test cases Improved the LLM prompt and validation to ensure test cases have unique, diverse values instead of duplicates or placeholder names. **Prompt Improvements:** - Emphasize "UNIQUE, DIFFERENT in... Pull #194 23 Oct 2025 02:07AM UTC cweill github
94.32
18735038392 feature/ai-test-generation fix: implement strict golden file validation and regenerate all goldens ## Problem E2E tests were using weak validation that only checked if *any* test case name appeared in the golden file. This allowed bad golden files with: - Placeholder names... Pull #194 23 Oct 2025 01:51AM UTC cweill github
94.56
18729743890 feature/ai-test-generation test: add 5 E2E test cases to improve parser_go.go coverage Added diverse test cases to improve E2E coverage of parser_go.go: 1. Calculator.Multiply - method with receiver 2. Calculator.Divide - method with receiver and error handling 3. Reverse ... Pull #194 22 Oct 2025 09:02PM UTC cweill github
94.56
18728975948 feature/ai-test-generation 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-coverag... Pull #194 22 Oct 2025 08:28PM UTC cweill github
93.22
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 91
  • 92
  • Next →
  • Back to Repo
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