From fa7852ccb493578225fcc6808fb6f7ee557040be Mon Sep 17 00:00:00 2001 From: Mansur Azatbek Date: Fri, 25 Aug 2023 18:05:01 +0600 Subject: [PATCH] build: changed config (check) --- .github/workflows/ci_cd.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6a956b8..98f6d9b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -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: