File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
130
130
- name : " Upload general coverage to Codecov"
131
131
if : ${{ matrix.backend_dir_name == 'the_simplest_backend' }}
132
- uses : codecov/codecov-action@v5.4.3
132
+ uses : codecov/codecov-action@v5.5.1
133
133
with :
134
134
name : codecov-general
135
135
files : ./tests/${{ matrix.backend_dir_name }}_coverage.xml
@@ -138,7 +138,7 @@ jobs:
138
138
139
139
- name : " Upload ml-backend ${{ matrix.backend_dir_name }} coverage to Codecov"
140
140
if : ${{ matrix.backend_dir_name == 'the_simplest_backend' }}
141
- uses : codecov/codecov-action@v5.4.3
141
+ uses : codecov/codecov-action@v5.5.1
142
142
with :
143
143
name : codecov-${{ matrix.backend_dir_name }}
144
144
files : ./label_studio_ml/examples/${{ matrix.backend_dir_name }}/coverage.xml
You can’t perform that action at this time.
0 commit comments