Skip to content

fix(ci): merge unit and integration test coverage#3

Merged
kwschulz merged 1 commit into
mainfrom
fix/merge-coverage
Jan 30, 2026
Merged

fix(ci): merge unit and integration test coverage#3
kwschulz merged 1 commit into
mainfrom
fix/merge-coverage

Conversation

@kwschulz
Copy link
Copy Markdown
Contributor

Summary

  • Merge unit and integration test coverage into a single Codecov report
  • Previously, unit tests (68%) and integration tests were uploaded separately
  • Now runs both test suites in the coverage job with --cov-append

Changes

  • .github/workflows/ci.yml:
    • Rename integration job to coverage
    • Run unit tests first, then integration tests with --cov-append
    • Single combined coverage upload to Codecov
  • codecov.yml:
    • Remove flags layout (no longer needed)
    • Add coverage range (60-90%) for badge colors

Expected Result

Coverage should increase from ~68% to ~75%+ once integration tests are included.

🤖 Generated with Claude Code

- Rename integration job to coverage job
- Run unit tests first, then integration tests with --cov-append
- Upload single combined coverage report to Codecov
- Remove separate flags for integration coverage
- Add coverage range (60-90%) for badge color thresholds

This gives accurate total coverage including Playwright tests.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@kwschulz kwschulz merged commit cb3b034 into main Jan 30, 2026
5 checks passed
@kwschulz kwschulz deleted the fix/merge-coverage branch January 30, 2026 20:59
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