Skip to content

Commit 2fc488b

Browse files
authored
Updated codecov/codecov-action and configuration (#8206)
1 parent be08474 commit 2fc488b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,13 @@ jobs:
246246
pattern: coverage-*
247247

248248
- name: Upload coverage to Codecov
249-
uses: codecov/codecov-action@v4
249+
uses: codecov/codecov-action@v5
250250
timeout-minutes: 10
251251
with:
252252
token: ${{ secrets.CODECOV_TOKEN }}
253253
name: graphql-platform
254+
files: './output/download/coverage-*/*/coverage.opencover.xml'
255+
disable_search: true
254256
flags: unittests
255257
fail_ci_if_error: true
256258

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,12 @@ jobs:
130130
pattern: coverage-*
131131

132132
- name: Upload coverage to Codecov
133-
uses: codecov/codecov-action@v4
133+
uses: codecov/codecov-action@v5
134134
timeout-minutes: 10
135135
with:
136136
token: ${{ secrets.CODECOV_TOKEN }}
137137
name: graphql-platform
138+
files: './output/download/coverage-*/*/coverage.opencover.xml'
139+
disable_search: true
138140
flags: unittests
139141
fail_ci_if_error: true

0 commit comments

Comments
 (0)