diff options
Diffstat (limited to '.github/workflows/python-app.yml')
| -rw-r--r-- | .github/workflows/python-app.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 906ca7e..3033af9 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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 |
