File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -49,19 +49,19 @@ jobs:
4949 if : ${{ (matrix.python-version == '3.8') && (matrix.os == 'ubuntu-latest') }}
5050 with :
5151 files : junit/test-results.xml
52- - name : Upload coverage to Codecov
53- uses : codecov/codecov-action@v3
54- if : ${{ (matrix.python-version == '3.8') && (matrix.os == 'ubuntu-latest') }}
55- with :
56- token : ${{ secrets.CODECOV_TOKEN }}
57- directory : .
58- env_vars : OS,PYTHON
59- fail_ci_if_error : true
60- files : ./coverage.xml
61- flags : unittests
62- name : codecov-umbrella
63- path_to_write_report : ./coverage/codecov_report.txt
64- verbose : true
52+ # - name: Upload coverage to Codecov
53+ # uses: codecov/codecov-action@v3
54+ # if: ${{ (matrix.python-version == '3.8') && (matrix.os == 'ubuntu-latest') }}
55+ # with:
56+ # token: ${{ secrets.CODECOV_TOKEN }}
57+ # directory: .
58+ # env_vars: OS,PYTHON
59+ # fail_ci_if_error: true
60+ # files: ./coverage.xml
61+ # flags: unittests
62+ # name: codecov-umbrella
63+ # path_to_write_report: ./coverage/codecov_report.txt
64+ # verbose: true
6565 - name : Check package consistency with twine
6666 run : |
6767 python setup.py check sdist bdist_wheel
You can’t perform that action at this time.
0 commit comments