Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

# See https://docs.codecov.io/docs/codecovyml-reference
codecov:
token: 8e007bb5-3379-42a3-933a-8e3a0dad27ef
require_ci_to_pass: no # codecov reports its results independent of whether CI passed
notify:
wait_for_ci: no # codecov has not to wait until the CI is finished to post its results
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ci_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ jobs:
--output ${GITHUB_WORKSPACE}/build/coverage_report.xml

- name: Submit coverage build
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v5.4.0
with:
files: build/coverage_report.xml
disable_search: true
fail_ci_if_error: false
files: build/coverage_report.xml
plugins: noop
token: ${{ secrets.CODECOV_TOKEN }}