Skip to content

Commit 987860c

Browse files
ci: bump codecov/codecov-action from 5.1.1 to 5.1.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67bd96b commit 987860c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ jobs:
121121

122122
- name: "Upload general coverage to Codecov"
123123
if: ${{ matrix.backend_dir_name == 'the_simplest_backend' }}
124-
uses: codecov/[email protected].1
124+
uses: codecov/[email protected].2
125125
with:
126126
name: codecov-general
127127
files: ./tests/${{ matrix.backend_dir_name }}_coverage.xml
128128
token: ${{ secrets.CODECOV_TOKEN }}
129129
fail_ci_if_error: false
130130

131131
- name: "Upload ml-backend ${{ matrix.backend_dir_name }} coverage to Codecov"
132-
uses: codecov/[email protected].1
132+
uses: codecov/[email protected].2
133133
with:
134134
name: codecov-${{ matrix.backend_dir_name }}
135135
files: ./label_studio_ml/examples/${{ matrix.backend_dir_name }}/coverage.xml

0 commit comments

Comments
 (0)