diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 2f2389e..27cf48d 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -53,14 +53,14 @@ jobs: run: | pytest --cov --cov-config=.coveragerc --cov-report=xml -vv - # Using Codecov's action, upload the coverage report for the triggering commit/PR - - name: Upload coverage - uses: codecov/codecov-action@v2 - with: - file: ./coverage.xml - fail_ci_if_error: true - verbose: true - version: "v0.1.15" +# # Using Codecov's action, upload the coverage report for the triggering commit/PR +# - name: Upload coverage +# uses: codecov/codecov-action@v2 +# with: +# file: ./coverage.xml +# fail_ci_if_error: true +# verbose: true +# version: "v0.1.15" build_docs: runs-on: ubuntu-latest