From 9b59d828d58a4c85f5c636f58f797b92e2cdb25c Mon Sep 17 00:00:00 2001 From: LuchoTurtle Date: Sun, 3 Dec 2023 01:54:49 +0000 Subject: [PATCH] chore: Update ci.yml --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 015b631..c83b259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,12 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} + - run: npm install - run: npm run build --if-present - - run: npm test \ No newline at end of file + - run: npm test + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}