Skip to content

Add coverage thresholds. - #44

Merged
loucyx merged 2 commits into
mainfrom
coverage-thresholds
Jun 30, 2026
Merged

Add coverage thresholds.#44
loucyx merged 2 commits into
mainfrom
coverage-thresholds

Conversation

@loucyx

@loucyx loucyx commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

deno now supports configuring coverage thresholds. With this config we can ensure the coverage is kept at a 100%.

@loucyx loucyx self-assigned this Jun 30, 2026
@loucyx
loucyx requested a review from a team as a code owner June 30, 2026 05:27
Comment thread deno.json
},
"coverage": {
"thresholds": { "branches": 100, "functions": 100, "lines": 100 }
},

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the relevant change, all other were introduced automatically by Prettier.

@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@loucyx
loucyx merged commit 16ff3da into main Jun 30, 2026
3 checks passed
@loucyx
loucyx deleted the coverage-thresholds branch June 30, 2026 15:28
@loucyx loucyx added the 💪 Enhancement New feature or request label Aug 6, 2026
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 this pull request may close these issues.

2 participants