mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 18:13:24 +01:00
9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"all": true,
|
|
"check-coverage": false,
|
|
"reporter": ["text-summary", "text", "html", "json"],
|
|
"exclude": [
|
|
"coverage",
|
|
"test"
|
|
]
|
|
}
|