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