From 9c8bf043cbf9eace9185904b957426840ab16b1b Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Mon, 6 Nov 2023 15:06:19 +0100 Subject: [PATCH] chore: set default reporter to text --- .taprc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taprc b/.taprc index 922adcf..36683c6 100644 --- a/.taprc +++ b/.taprc @@ -1,7 +1,7 @@ # vim: set filetype=yaml : jobs: 1 coverage-report: - - html + - "text" plugin: - "!@tapjs/typescript" allow-incomplete-coverage: true