Skip to content

Commit 637f7e7

Browse files
authored
🔧 codecov no longer works on forks (#116)
1 parent d11bdaf commit 637f7e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
pytest --cov=mdit_py_plugins --cov-report=xml --cov-report=term-missing
4848
- name: Upload to Codecov
4949
uses: codecov/codecov-action@v3
50+
if: github.event.pull_request.head.repo.full_name == github.repository
5051
with:
5152
token: ${{ secrets.CODECOV_TOKEN }}
5253
name: mdit-py-plugins-pytests

0 commit comments

Comments
 (0)