Skip to content

Commit ad9db16

Browse files
committed
Only upload test coverage on non-fork
1 parent c26a928 commit ad9db16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: "Run test suite"
3737
run: "composer test"
3838
- name: Upload coverage to Codecov
39+
if: github.event.pull_request.head.repo.full_name == 'samsonasik/ArrayLookup'
3940
uses: codecov/codecov-action@v1
4041
with:
4142
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)