diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a9e880..b2379eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,12 @@ jobs: run: | make test - - name: Upload results to Codecov + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} + + - name: Upload test results to Codecov uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}