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 }}