From 9fe32ab05bb7fd42ed0034e38a47142653f5f2e9 Mon Sep 17 00:00:00 2001 From: Will Hunt <will@half-shot.uk> Date: Thu, 16 May 2019 16:59:24 +0100 Subject: [PATCH] Add .nycrc --- .nycrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .nycrc diff --git a/.nycrc b/.nycrc new file mode 100644 index 0000000..63c2cde --- /dev/null +++ b/.nycrc @@ -0,0 +1,5 @@ +{ + "extends": "@istanbuljs/nyc-config-typescript", + "reporter": ["text", "text-summary", "lcov"], + "all": true +} -- GitLab