Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .c8rc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"check-coverage": true,
"lines": 65,
"branches": 65,
"functions": 50,
"statements": 65,
"reporter": ["text-summary", "lcov"]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ logs/
package-lock.json
node_modules/
*.dontpush.*
coverage/
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "src/WebhookServerLauncher.js",
"type": "module",
"scripts": {
"ci-test": "echo \"ci-test based on .c8rc.json\" && c8 --reporter text --reporter=lcov --lines 66 mocha --unhandled-rejections=strict tests/*.test.js --timeout 50000",
"test": "mocha --unhandled-rejections=strict tests/*.test.js",
"testAsync": "set ENABLE_ASYNC_TESTS=true&& mocha --unhandled-rejections=strict tests/*.test.js"
},
Expand Down Expand Up @@ -38,6 +39,7 @@
"uuid": "^13.0.0"
},
"devDependencies": {
"c8": "^10.1.3",
"chai": "^6.2.0",
"chai-http": "^5.1.2",
"mocha": "^11.7.4",
Expand Down
133 changes: 133 additions & 0 deletions pnpm-lock.yaml

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