Skip to content

Commit 0426250

Browse files
authored
🔧 Disable codecov (#1069)
1 parent 0cda690 commit 0426250

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,16 @@ jobs:
5555
run: |
5656
pytest --cov=myst_parser --cov-report=xml --cov-report=term-missing
5757
coverage xml
58-
- name: Upload to Codecov
59-
if: github.repository == 'executablebooks/MyST-Parser' && matrix.python-version == 3.11 && matrix.os == 'ubuntu-latest'
60-
uses: codecov/codecov-action@v4
61-
with:
62-
token: ${{ secrets.CODECOV_TOKEN }}
63-
name: myst-parser-pytests
64-
flags: pytests
65-
file: ./coverage.xml
66-
fail_ci_if_error: true
58+
# TODO there is currently problem with this action and pull-requests from external forks
59+
# - name: Upload to Codecov
60+
# if: github.repository == 'executablebooks/MyST-Parser' && matrix.python-version == 3.11 && matrix.os == 'ubuntu-latest'
61+
# uses: codecov/codecov-action@v4
62+
# with:
63+
# token: ${{ secrets.CODECOV_TOKEN }}
64+
# name: myst-parser-pytests
65+
# flags: pytests
66+
# file: ./coverage.xml
67+
# fail_ci_if_error: true
6768

6869
check-myst-docutils:
6970

0 commit comments

Comments
 (0)