@@ -46,13 +46,13 @@ jobs:
46
46
run : python -m pip install --no-build-isolation -e . -v
47
47
- name : Test extension with coverage
48
48
run : python -m coverage run -m unittest sphinxcontrib.svgbob.tests -vv
49
- - name : Export coverage reports
50
- run : python -m coverage xml
51
- - name : Upload coverage statistics
52
- uses : codecov/codecov-action@v5
53
- with :
54
- flags : Linux,${{ matrix.python-impl}},${{ matrix.python-release }}
55
- token : ${{ secrets.CODECOV_TOKEN }}
49
+ # - name: Export coverage reports
50
+ # run: python -m coverage xml
51
+ # - name: Upload coverage statistics
52
+ # uses: codecov/codecov-action@v5
53
+ # with:
54
+ # flags: Linux,${{ matrix.python-impl}},${{ matrix.python-release }}
55
+ # token: ${{ secrets.CODECOV_TOKEN }}
56
56
57
57
test_macos :
58
58
name : Test (MacOS)
@@ -95,13 +95,13 @@ jobs:
95
95
run : python -m pip install --no-build-isolation -e . -v
96
96
- name : Test extension with coverage
97
97
run : python -m coverage run -m unittest sphinxcontrib.svgbob.tests -vv
98
- - name : Export coverage reports
99
- run : python -m coverage xml
100
- - name : Upload coverage statistics
101
- uses : codecov/codecov-action@v5
102
- with :
103
- flags : MacOS,${{ matrix.python-impl}},${{ matrix.python-release }}
104
- token : ${{ secrets.CODECOV_TOKEN }}
98
+ # - name: Export coverage reports
99
+ # run: python -m coverage xml
100
+ # - name: Upload coverage statistics
101
+ # uses: codecov/codecov-action@v5
102
+ # with:
103
+ # flags: MacOS,${{ matrix.python-impl}},${{ matrix.python-release }}
104
+ # token: ${{ secrets.CODECOV_TOKEN }}
105
105
106
106
# test_win32:
107
107
# name: Test (Windows)
0 commit comments