From ed7884b93e0061556c57f606db2431ce75d627d7 Mon Sep 17 00:00:00 2001 From: Artem Henvald Date: Tue, 30 Apr 2024 16:59:39 +0300 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 12cec7c..67d5b14 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -149,9 +149,8 @@ jobs: - name: 'Upload to Codecov' uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: + token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml fail_ci_if_error: true flags: unittests