From 4d0f72a2eb3184118f6672481ce599eb646ead8a Mon Sep 17 00:00:00 2001 From: Gold87 <91761103+Gold872@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:18:59 -0500 Subject: [PATCH] Fix code coverage CI (#161) --- .github/workflows/elastic-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/elastic-ci.yml b/.github/workflows/elastic-ci.yml index 3e5a86e7..15a9eb22 100644 --- a/.github/workflows/elastic-ci.yml +++ b/.github/workflows/elastic-ci.yml @@ -70,9 +70,10 @@ jobs: run: flutter test --coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + uses: codecov/codecov-action@v5 + with: + files: coverage/lcov.info + token: ${{ secrets.CODECOV_TOKEN }} build: strategy: fail-fast: false