yangan
2024-09-03 df14d215c569aadd4515a6033d09739bbb8eff64
1
2
3
4
5
6
7
8
9
{
    "all": true,
    "check-coverage": false,
    "reporter": ["text-summary", "text", "html", "json"],
    "exclude": [
        "coverage",
        "test"
    ]
}