Skip to content

Commit b949fdf

Browse files
committed
CI: Use codecov action.
codecov module is deprecated and was removed from PyPI in favor of the github action.
1 parent fc76056 commit b949fdf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-app.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip flit
3232
flit install --deps=develop
33-
pip install codecov
3433
- name: Lint with flake8
3534
run: flake8 sqlparse --count --max-complexity=31 --show-source --statistics
3635
- name: Test with pytest
3736
run: pytest --cov=sqlparse
3837
- name: Publish to codecov
39-
run: codecov
38+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)