diff --git a/.codecov.yml b/.codecov.yml index c6b1e0a2..c068d30e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -13,5 +13,5 @@ comment: behavior: default require_changes: false # if true: only post the comment if coverage changes require_base: no # [yes :: must have a base report to post] - require_head: yes # [yes :: must have a head report to post] + require_head: no # [yes :: must have a head report to post] branches: null diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 8d469c98..db834b37 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -47,7 +47,7 @@ jobs: run: | curl -Os https://cli.codecov.io/latest/linux/codecov chmod +x codecov - ./codecov --verbose upload-process --fail-on-error -t ${{ secrets.CODECOV_TOKEN }} -n 'service'-${{ github.run_id }} -F service -f coverage.xml + ./codecov --verbose upload-process --fail-on-error -n 'service'-${{ github.run_id }} -F service -f coverage.xml test: needs: build