Skip to content

Commit

Permalink
CI: Use codecov action.
Browse files Browse the repository at this point in the history
codecov module is deprecated and was removed from PyPI in
favor of the github action.
  • Loading branch information
andialbrecht committed Apr 14, 2023
1 parent fc76056 commit b949fdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ jobs:
run: |
python -m pip install --upgrade pip flit
flit install --deps=develop
pip install codecov
- name: Lint with flake8
run: flake8 sqlparse --count --max-complexity=31 --show-source --statistics
- name: Test with pytest
run: pytest --cov=sqlparse
- name: Publish to codecov
run: codecov
uses: codecov/codecov-action@v3

0 comments on commit b949fdf

Please sign in to comment.