Skip to content

Commit 9bd6ca2

Browse files
authored
GHA: Fix codecov action file->files (#2666)
Options changed in https://github.com/codecov/codecov-action v5.
1 parent c9990e8 commit 9bd6ca2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test_benchmark_collection_models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: codecov/codecov-action@v5
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
80-
file: coverage_py.xml
80+
files: coverage_py.xml
8181
flags: python
8282
fail_ci_if_error: true
8383
verbose: true

.github/workflows/test_petab_test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ jobs:
104104
uses: codecov/codecov-action@v5
105105
with:
106106
token: ${{ secrets.CODECOV_TOKEN }}
107-
file: coverage.xml
107+
files: coverage.xml
108108
flags: petab
109109
fail_ci_if_error: true

.github/workflows/test_python_cplusplus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: codecov/codecov-action@v5
8383
with:
8484
token: ${{ secrets.CODECOV_TOKEN }}
85-
file: build/coverage_py.xml
85+
files: build/coverage_py.xml
8686
flags: python
8787
fail_ci_if_error: true
8888
verbose: true
@@ -102,7 +102,7 @@ jobs:
102102
uses: codecov/codecov-action@v5
103103
with:
104104
token: ${{ secrets.CODECOV_TOKEN }}
105-
file: coverage.info
105+
files: coverage.info
106106
flags: cpp
107107
fail_ci_if_error: true
108108

@@ -164,7 +164,7 @@ jobs:
164164
uses: codecov/codecov-action@v5
165165
with:
166166
token: ${{ secrets.CODECOV_TOKEN }}
167-
file: build/coverage_py.xml
167+
files: build/coverage_py.xml
168168
flags: python
169169
fail_ci_if_error: true
170170
verbose: true
@@ -184,7 +184,7 @@ jobs:
184184
uses: codecov/codecov-action@v5
185185
with:
186186
token: ${{ secrets.CODECOV_TOKEN }}
187-
file: coverage.info
187+
files: coverage.info
188188
flags: cpp_python
189189
fail_ci_if_error: true
190190

0 commit comments

Comments
 (0)