mirror of
https://github.com/stCarolas/setup-maven.git
synced 2024-11-12 12:38:06 +00:00
10 lines
139 B
JSON
10 lines
139 B
JSON
{
|
|
"all": true,
|
|
"check-coverage": false,
|
|
"reporter": ["text-summary", "text", "html", "json"],
|
|
"exclude": [
|
|
"coverage",
|
|
"test"
|
|
]
|
|
}
|