From 5f1022e0c329046fe6b39ee1257e3bbe96c28577 Mon Sep 17 00:00:00 2001 From: Jonas Gloning <34194370+jonasgloning@users.noreply.github.com> Date: Tue, 14 Feb 2023 15:28:03 +0100 Subject: [PATCH] test: remove old coverage config file --- .nycrc | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .nycrc diff --git a/.nycrc b/.nycrc deleted file mode 100644 index 44927be..0000000 --- a/.nycrc +++ /dev/null @@ -1,6 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/nycrc.json", - "extends": "@istanbuljs/nyc-config-typescript", - "all": true, - "include": ["src/**/*.ts"] -}