Skip to content

Commit 13ff4ca

Browse files
committed
sidestep coverage collection issues on RHEL8
1 parent 052ebf7 commit 13ff4ca

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/tests.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ jobs:
101101
run: python3 -m pip install nox
102102
- name: Run Tests
103103
run: python3 -m nox -e tests
104-
- name: Upload to codecov
105-
uses: codecov/codecov-action@v5
106-
with:
107-
token: ${{ secrets.CODECOV_TOKEN }}
108-
fail_ci_if_error: true
104+
# - name: Upload to codecov
105+
# uses: codecov/codecov-action@v5
106+
# with:
107+
# token: ${{ secrets.CODECOV_TOKEN }}
108+
# fail_ci_if_error: true
109109

110110
rhel8-appstream-py38:
111111
name: rhel8-appstream-py38
@@ -119,11 +119,11 @@ jobs:
119119
run: python3.8 -m pip install nox
120120
- name: Run Tests
121121
run: python3.8 -m nox -e tests
122-
- name: Upload to codecov
123-
uses: codecov/codecov-action@v5
124-
with:
125-
token: ${{ secrets.CODECOV_TOKEN }}
126-
fail_ci_if_error: true
122+
# - name: Upload to codecov
123+
# uses: codecov/codecov-action@v5
124+
# with:
125+
# token: ${{ secrets.CODECOV_TOKEN }}
126+
# fail_ci_if_error: true
127127

128128
rhel8-appstream-py39:
129129
name: rhel8-appstream-py39
@@ -137,11 +137,11 @@ jobs:
137137
run: python3.9 -m pip install nox
138138
- name: Run Tests
139139
run: python3.9 -m nox -e tests
140-
- name: Upload to codecov
141-
uses: codecov/codecov-action@v5
142-
with:
143-
token: ${{ secrets.CODECOV_TOKEN }}
144-
fail_ci_if_error: true
140+
# - name: Upload to codecov
141+
# uses: codecov/codecov-action@v5
142+
# with:
143+
# token: ${{ secrets.CODECOV_TOKEN }}
144+
# fail_ci_if_error: true
145145

146146
rhel9-system-python:
147147
name: rhel9-system-python

0 commit comments

Comments
 (0)