File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272
7373 - name : Codecov Python
7474 if : (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
75- uses : codecov/codecov-action@v5
75+ uses : codecov/codecov-action@v6
7676 with :
7777 token : ${{ secrets.CODECOV_TOKEN }}
7878 files : coverage_py.xml
@@ -150,7 +150,7 @@ jobs:
150150
151151 - name : Codecov Python
152152 if : (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
153- uses : codecov/codecov-action@v5
153+ uses : codecov/codecov-action@v6
154154 with :
155155 token : ${{ secrets.CODECOV_TOKEN }}
156156 files : coverage_py.xml
Original file line number Diff line number Diff line change 8383
8484 - name : Codecov
8585 if : (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
86- uses : codecov/codecov-action@v5
86+ uses : codecov/codecov-action@v6
8787 with :
8888 token : ${{ secrets.CODECOV_TOKEN }}
8989 files : coverage_petab_sciml.xml
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ jobs:
109109 tests/petab_test_suite/test_petab_suite.py
110110
111111 - name : Codecov
112- if : github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev'
113- uses : codecov/codecov-action@v5
112+ if : ( github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot] '
113+ uses : codecov/codecov-action@v6
114114 with :
115115 token : ${{ secrets.CODECOV_TOKEN }}
116116 files : coverage.xml
@@ -202,7 +202,7 @@ jobs:
202202
203203 - name : Codecov
204204 if : (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
205- uses : codecov/codecov-action@v5
205+ uses : codecov/codecov-action@v6
206206 with :
207207 token : ${{ secrets.CODECOV_TOKEN }}
208208 files : coverage.xml
Original file line number Diff line number Diff line change 8585
8686 - name : Codecov Python
8787 if : (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
88- uses : codecov/codecov-action@v5
88+ uses : codecov/codecov-action@v6
8989 with :
9090 token : ${{ secrets.CODECOV_TOKEN }}
9191 files : build/coverage_py.xml
@@ -105,7 +105,7 @@ jobs:
105105
106106 - name : Codecov CPP
107107 if : (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
108- uses : codecov/codecov-action@v5
108+ uses : codecov/codecov-action@v6
109109 with :
110110 token : ${{ secrets.CODECOV_TOKEN }}
111111 files : coverage.info
@@ -169,7 +169,7 @@ jobs:
169169
170170 - name : Codecov Python
171171 if : (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
172- uses : codecov/codecov-action@v5
172+ uses : codecov/codecov-action@v6
173173 with :
174174 token : ${{ secrets.CODECOV_TOKEN }}
175175 files : build/coverage_py.xml
@@ -189,7 +189,7 @@ jobs:
189189
190190 - name : Codecov CPP
191191 if : (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
192- uses : codecov/codecov-action@v5
192+ uses : codecov/codecov-action@v6
193193 with :
194194 token : ${{ secrets.CODECOV_TOKEN }}
195195 files : coverage.info
Original file line number Diff line number Diff line change 5454
5555 - name : Codecov SBMLSuite
5656 if : (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
57- uses : codecov/codecov-action@v5
57+ uses : codecov/codecov-action@v6
5858 with :
5959 token : ${{ secrets.CODECOV_TOKEN }}
6060 files : coverage_SBMLSuite.xml
Original file line number Diff line number Diff line change 5252
5353 - name : Codecov SBMLSuiteJax
5454 if : (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
55- uses : codecov/codecov-action@v5
55+ uses : codecov/codecov-action@v6
5656 with :
5757 token : ${{ secrets.CODECOV_TOKEN }}
5858 files : coverage_SBMLSuite_jax.xml
You can’t perform that action at this time.
0 commit comments