Skip to content

ci: add Codecov integration#23

Merged
koistya merged 1 commit intomainfrom
dev
Dec 2, 2025
Merged

ci: add Codecov integration#23
koistya merged 1 commit intomainfrom
dev

Conversation

@koistya
Copy link
Member

@koistya koistya commented Dec 2, 2025

Summary

Adds code coverage reporting via Codecov with separate flags for unit and integration tests.

Changes

  • .codecov.yml - Configuration with 77% patch target, 2% project threshold
  • CI workflow uploads unit test coverage
  • Integration workflow uploads integration test coverage
  • Coverage badge added to README
  • New test:unit:coverage and test:integration:coverage scripts

Note

Requires CODECOV_TOKEN secret to be configured in repository settings.

- Add .codecov.yml with project/patch thresholds and flags
- Upload unit test coverage in CI workflow
- Upload integration test coverage in integration workflow
- Add coverage badge to README
- Add coverage scripts to package.json
@codecov
Copy link

codecov bot commented Dec 2, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@koistya koistya merged commit 9bd171e into main Dec 2, 2025
9 checks passed
@koistya koistya deleted the dev branch December 2, 2025 11:05
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