diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c3b1d4..cff08bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,4 +16,7 @@ jobs: bundle install bundle exec rake spec - name: Upload Coverage Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + if: github.event_name == 'push' + with: + token: ${{ secrets.CODECOV_TOKEN }}