test: remove old coverage config file

This commit is contained in:
Jonas Gloning 2023-02-14 15:28:03 +01:00
parent edc1b2f122
commit 5f1022e0c3
No known key found for this signature in database
GPG Key ID: 684639B5E59E7614

6
.nycrc
View File

@ -1,6 +0,0 @@
{
"$schema": "https://json.schemastore.org/nycrc.json",
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"include": ["src/**/*.ts"]
}