From f61f510e185e3f1a1c179a13a4ccde4e90cfbb43 Mon Sep 17 00:00:00 2001 From: Rafael Bardini Date: Sun, 5 Jul 2020 16:07:34 +0200 Subject: [PATCH] Use both text and JSON coverage reporters --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a89a2a..a35e3a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: run: npm run lint - name: Test - run: npm test -- --coverage-report=lcov --no-browser + run: npm test -- --coverage-report=text --coverage-report=json - name: Coverage uses: codecov/codecov-action@v1