We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ac927 commit 6ad3f96Copy full SHA for 6ad3f96
.github/workflows/ci_cd.yml
@@ -86,11 +86,12 @@ jobs:
86
docker cp $(docker ps -lq):/usr/src/get_chunk/coverage/cobertura.xml .
87
# Шаг для отправки отчета о покрытии в Codecov
88
- name: Send coverage report to Codecov
89
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
90
with:
91
fail_ci_if_error: true
92
files: cobertura.xml
93
verbose: true
94
+ token: ${{ secrets.CODECOV_TOKEN }}
95
96
package-publishing:
97
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments