diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51ff700..c567002 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,11 +45,7 @@ jobs: DATABASE_HOST: localhost DATABASE_NAME: postgres run: | - coverage run --parallel -m pytest -x - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 - with: - fail_ci_if_error: true + pytest -x lint_python: runs-on: ubuntu-latest steps: