diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e71454e4..e5a1228c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,5 +22,6 @@ jobs: - name: Run tests run: yarn run test - - name: Upload reports - run: npx codecov + - uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file