diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index d08ba40d0..4536f6968 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -34,10 +34,10 @@ jobs: pip install codecov pytest --cov=./ --cov-report=xml - name: Upload coverage information to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: version: "v0.5.2" fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false) token: ${{ secrets.CODECOV_TOKEN }} - verbose: true + #verbose: true