From 0d1d3b27d176a9539baf24b35b6994fe67ee30ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Beltr=C3=A1n?= Date: Fri, 12 Jan 2024 17:49:08 +0100 Subject: [PATCH] chore: add codecov step --- .github/workflows/verifications.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/verifications.yml b/.github/workflows/verifications.yml index d2fbf176..d3df83d4 100644 --- a/.github/workflows/verifications.yml +++ b/.github/workflows/verifications.yml @@ -53,3 +53,8 @@ jobs: - name: Run tests run: npm run test:ci + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}