Skip to content

Commit 4b8fdcc

Browse files
committed
remove python codecov - it's depricated, pypi entry removed. codecov uploader is step in job that I hope works
1 parent 7ab9abe commit 4b8fdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac
186186
187187
- name: Install pytest and other packages needed for running tests
188-
run: pip install codecov flake8 mock pytest pytest-cov requests
188+
run: pip install flake8 mock pytest pytest-cov requests
189189

190190
- name: Test build roundup and install locale so lang tests work.
191191
run: |

0 commit comments

Comments
 (0)