Skip to content

Commit

Permalink
Merge pull request #27 from samsonasik/only-upload-coverage-on-non-fork
Browse files Browse the repository at this point in the history
Only upload test coverage on non-fork
  • Loading branch information
samsonasik authored Nov 1, 2024
2 parents c26a928 + ad9db16 commit a909ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: "Run test suite"
run: "composer test"
- name: Upload coverage to Codecov
if: github.event.pull_request.head.repo.full_name == 'samsonasik/ArrayLookup'
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit a909ad0

Please sign in to comment.