We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b991f4f commit e33f16cCopy full SHA for e33f16c
1 file changed
.github/workflows/tests.yml
@@ -130,7 +130,7 @@ jobs:
130
131
- name: "Upload general coverage to Codecov"
132
if: ${{ matrix.backend_dir_name == 'the_simplest_backend' }}
133
- uses: codecov/codecov-action@v5.5.1
+ uses: codecov/codecov-action@v5.5.2
134
with:
135
name: codecov-general
136
files: ./tests/${{ matrix.backend_dir_name }}_coverage.xml
@@ -139,7 +139,7 @@ jobs:
139
140
- name: "Upload ml-backend ${{ matrix.backend_dir_name }} coverage to Codecov"
141
142
143
144
name: codecov-${{ matrix.backend_dir_name }}
145
files: ./label_studio_ml/examples/${{ matrix.backend_dir_name }}/coverage.xml
0 commit comments