Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Coverage Reporting #99

Closed
3 tasks done
kamiazya opened this issue Feb 1, 2024 · 0 comments · Fixed by #100
Closed
3 tasks done

Test Coverage Reporting #99

kamiazya opened this issue Feb 1, 2024 · 0 comments · Fixed by #100
Labels
enhancement New feature or request

Comments

@kamiazya
Copy link
Owner

kamiazya commented Feb 1, 2024

Implement an automated system for tracking test coverage changes in pull requests using Vitest and the Coverage Tracking GitHub Action.

This setup will ensure that new code contributions maintain or improve test coverage.

Objectives:

  • Set up Vitest for coverage reports.
  • Integrate "PR Coverage Tracker" GitHub Action.
  • Compare coverage on PRs for significant changes.

Tasks:

  • Configure Vitest to generate coverage reports.
  • Add Coverage Tracking GitHub Action to workflow.
  • Test integration with dummy PRs.

Acceptance Criteria:

  • PRs trigger Coverage Tracking
  • Action reports coverage changes compared to the main branch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant