Skip to content

Commit 82d4baf

Browse files
committed
Disable coverage measurement in test.yml Actions workflow
1 parent 997c63b commit 82d4baf

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/test.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
run: python -m pip install --no-build-isolation -e . -v
4747
- name: Test extension with coverage
4848
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 }}
5656

5757
test_macos:
5858
name: Test (MacOS)
@@ -95,13 +95,13 @@ jobs:
9595
run: python -m pip install --no-build-isolation -e . -v
9696
- name: Test extension with coverage
9797
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 }}
105105

106106
# test_win32:
107107
# name: Test (Windows)

0 commit comments

Comments
 (0)