Skip to content

Commit

Permalink
Fix coverage until Node.js has issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 2, 2024
1 parent 5ddd6b6 commit 1b401a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/.c8rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"check-coverage": true,
"clean": true,
"exclude": ["**/*.test.*", "test/*", "coverage/"],
"lines": 99.78,
"lines": 99.74,
"reporter": ["text-summary", "text", "lcov"],
"skip-full": true
}
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b401a2

Please sign in to comment.