Skip to content

Commit

Permalink
Skip coverage on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 11, 2025
1 parent 60e3033 commit f0a832c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/execute-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Upload coverage
uses: codecov/codecov-action@v4
if: ${{ inputs.os == 'ubuntu-latest' && matrix.python-version == '3.9' && github.repository == 'doorstop-dev/doorstop' }}
if: ${{ inputs.os == 'ubuntu-latest' && matrix.python-version == '3.9' && !github.event.pull_request.head.repo.fork }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit f0a832c

Please sign in to comment.