Skip to content

Commit

Permalink
build: changed config (check)
Browse files Browse the repository at this point in the history
  • Loading branch information
m62624 committed Aug 25, 2023
1 parent a1eee29 commit fa7852c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,13 @@ jobs:

# Шаг для отправки отчета о покрытии в Codecov
- name: Send coverage report to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: cobertura.xml
files: ./cobertura.xml
name: codecov-cobertura # optiona
fail_ci_if_error: true
flags: unittests
verbose: true

# only-wasm-tests:
Expand Down

0 comments on commit fa7852c

Please sign in to comment.