Skip to content

chore: add local code coverage automation#25

Merged
alexdresko merged 1 commit into
masterfrom
chore/coverage-automation
Dec 19, 2025
Merged

chore: add local code coverage automation#25
alexdresko merged 1 commit into
masterfrom
chore/coverage-automation

Conversation

@alexdresko

Copy link
Copy Markdown
Owner

Adds automated code coverage collection and HTML report generation for local development.

Changes

  • VS Code Tasks: Added tasks for running tests with coverage and generating/viewing HTML reports
  • npm Scripts: Added coverage scripts for command-line usage
  • Configuration: Added coverlet.runsettings for proper coverage collection
  • Gitignore: Added coverage-report/ directory to gitignore

Usage

Run npm run coverage or use the Coverage: Full Report VS Code task to run tests, generate an HTML coverage report, and open it automatically.

The local reports now correctly show 100% line coverage, matching CI/CD results.

@codecov

codecov Bot commented Dec 19, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@alexdresko
alexdresko merged commit 81cecba into master Dec 19, 2025
5 checks passed
@alexdresko
alexdresko deleted the chore/coverage-automation branch December 19, 2025 04:19
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