diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b2d5786..9a592ed6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,3 +12,6 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/prepare - run: pnpm run test + - uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }}