diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c920ad2f..ef8bed5f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -93,6 +93,7 @@ jobs: working-directory: build-test - name: Upload coverage reports to Codecov + if: github.repository_owner == 'Chatterino' uses: codecov/codecov-action@v5.4.3 with: token: ${{ secrets.CODECOV_TOKEN }}