Skip to content

Commit

Permalink
🔧 codecov no longer works on forks (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Sep 2, 2024
1 parent d11bdaf commit 637f7e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
pytest --cov=mdit_py_plugins --cov-report=xml --cov-report=term-missing
- name: Upload to Codecov
uses: codecov/codecov-action@v3
if: github.event.pull_request.head.repo.full_name == github.repository
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: mdit-py-plugins-pytests
Expand Down

0 comments on commit 637f7e7

Please sign in to comment.