Skip to content

Commit a89bccc

Browse files
authored
Merge pull request #279 from eseiler/infra/codecov
[INFRA] Update CodeCov action
2 parents c9bff40 + 0a51416 commit a89bccc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.codecov.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
# See https://docs.codecov.io/docs/codecovyml-reference
66
codecov:
7-
token: 8e007bb5-3379-42a3-933a-8e3a0dad27ef
87
require_ci_to_pass: no # codecov reports its results independent of whether CI passed
98
notify:
109
wait_for_ci: no # codecov has not to wait until the CI is finished to post its results

.github/workflows/ci_coverage.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ jobs:
8181
--output ${GITHUB_WORKSPACE}/build/coverage_report.xml
8282
8383
- name: Submit coverage build
84-
uses: codecov/codecov-action@v3.1.5
84+
uses: codecov/codecov-action@v5.4.0
8585
with:
86-
files: build/coverage_report.xml
86+
disable_search: true
8787
fail_ci_if_error: false
88+
files: build/coverage_report.xml
89+
plugins: noop
90+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)