From 7fd406d3e006e1c3fad15ca9f20e61768fab8517 Mon Sep 17 00:00:00 2001 From: Callum Loh Date: Thu, 3 Feb 2022 09:33:26 +1100 Subject: [PATCH] Attempt to add coverage report to actions --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02ddd4b..69cfc83 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,3 +40,7 @@ jobs: node-version: ${{ matrix.node }} - run: npm ci - run: npm test + - name: Coverage + uses: codecov/codecov-action@v2 + with: + files: ./coverage/coverage-final.json