From 9dd71b65240df40003d75d150b3fc799439d34c4 Mon Sep 17 00:00:00 2001 From: Lars Willighagen Date: Sat, 9 Jul 2022 02:39:02 +0200 Subject: [PATCH] chore(codecov): check for coverage --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 972d84d..4b73bce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,4 +19,7 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm install - - run: npm test + - run: npm run coverage + + - run: npm run report + - uses: codecov/codecov-action@v2