Lower Jest coverage thresholds to match current coverage levels#95
Closed
Copilot wants to merge 2 commits into
Closed
Lower Jest coverage thresholds to match current coverage levels#95Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Co-authored-by: colleenpridemore <4281084+colleenpridemore@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Lower Jest coverage thresholds for CI
Lower Jest coverage thresholds to match current coverage levels
Jan 30, 2026
Contributor
|
Superseded by #100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI failing on coverage checks: thresholds set at 80% but actual coverage is 37-47%. All 251 tests pass.
Changes
Updated coverage thresholds in two Jest configs to reflect actual coverage with headroom for fluctuation:
branches: 35(current: 37.67%)functions: 45(current: 46.47%)lines: 45(current: 47.35%)statements: 45(current: 46.4%)Added inline comment documenting aspirational 80% goal for gradual improvement.
Other module-specific Jest configs (
src/database/jest.config.js,src/ipfs/jest.config.js) already use 70% thresholds and are unchanged.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
rpc-mumbai.maticvigil.com/usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/VEXEL/VEXEL/node_modules/jest-REDACTED/node_modules/jest-worker/build/workers/processChild.js(dns block)scarf.sh/usr/local/bin/node node ./report.js ../../nan -I ode_�� es/src/string_vi-I s/src/string_vie/home/REDACTED/.cache/node-gyp/20.20.0/deps/openssl/config 20.0/src r-strong 20.0/deps/openss-I y 20.0/deps/openss-I ode_�� 20.0/include/nod-I(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.