We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc76056 commit b949fdfCopy full SHA for b949fdf
.github/workflows/python-app.yml
@@ -30,10 +30,9 @@ jobs:
30
run: |
31
python -m pip install --upgrade pip flit
32
flit install --deps=develop
33
- pip install codecov
34
- name: Lint with flake8
35
run: flake8 sqlparse --count --max-complexity=31 --show-source --statistics
36
- name: Test with pytest
37
run: pytest --cov=sqlparse
38
- name: Publish to codecov
39
- run: codecov
+ uses: codecov/codecov-action@v3
0 commit comments