Some checks failed
Lint / pre-commit Linting (push) Has been cancelled
Deploy js code to an instance of screeps. Some debugging tools are implemented. Reviewed-on: #6 Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de> Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
15 lines
229 B
JSON
15 lines
229 B
JSON
{
|
|
"all": true,
|
|
"check-coverage": false,
|
|
"reporter": ["text-summary", "text", "html", "json"],
|
|
"lines": 86,
|
|
"statements": 85.93,
|
|
"functions": 82.43,
|
|
"branches": 76.06,
|
|
"exclude": [
|
|
"coverage",
|
|
"example",
|
|
"test"
|
|
]
|
|
}
|