Skip to content

Commit

Permalink
chore: changed config
Browse files Browse the repository at this point in the history
  • Loading branch information
m62624 committed Jul 7, 2024
1 parent e9ac927 commit 6ad3f96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,12 @@ jobs:
docker cp $(docker ps -lq):/usr/src/get_chunk/coverage/cobertura.xml .
# Шаг для отправки отчета о покрытии в Codecov
- name: Send coverage report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: cobertura.xml
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

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

0 comments on commit 6ad3f96

Please sign in to comment.