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

feat: Added test coverage reporting and requirements #3204

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

justinwilaby
Copy link
Contributor

@justinwilaby justinwilaby commented Feb 3, 2025

Basic configuration for test coverage reporting and requirements. When activated, this configuration fails tests if any of the following thresholds are not met:

  1. statements: 80%,
  2. branches: 80%,
  3. functions: 80%,
  4. lines: 80%,

Current coverage analysis:
image

to test:

npm run coverage:check

@justinwilaby justinwilaby requested a review from a team as a code owner February 3, 2025 23:22
@justinwilaby justinwilaby enabled auto-merge (squash) February 5, 2025 01:16
@justinwilaby justinwilaby merged commit 9025905 into main Feb 6, 2025
8 checks passed
@justinwilaby justinwilaby deleted the feat/test-coverage branch February 6, 2025 12:50
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.

2 participants