File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments