Skip to content

Commit

Permalink
disable codecov on thirdparty prs, second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Feb 1, 2022
1 parent ac5b0fb commit 60cd6a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
args: '--all-features -- --test-threads 1'
- name: Upload to codecov.io
uses: codecov/[email protected]
if: ${{secrets.CODECOV_TOKEN != '' }}
# Disable codecov upload on forks
if: ${{ github.repository_owner == 'untitaker' }}
with:
token: ${{secrets.CODECOV_TOKEN}}
- name: Archive code coverage results
Expand Down

0 comments on commit 60cd6a1

Please sign in to comment.