Skip to content

Commit 6ad3f96

Browse files
committed
chore: changed config
1 parent e9ac927 commit 6ad3f96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,12 @@ jobs:
8686
docker cp $(docker ps -lq):/usr/src/get_chunk/coverage/cobertura.xml .
8787
# Шаг для отправки отчета о покрытии в Codecov
8888
- name: Send coverage report to Codecov
89-
uses: codecov/codecov-action@v3
89+
uses: codecov/codecov-action@v4
9090
with:
9191
fail_ci_if_error: true
9292
files: cobertura.xml
9393
verbose: true
94+
token: ${{ secrets.CODECOV_TOKEN }}
9495

9596
package-publishing:
9697
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)