From 3644e5be67da86fa82caf5e56ba412cec8b36a7f Mon Sep 17 00:00:00 2001 From: Jama Mohamed Date: Wed, 15 May 2024 17:55:30 +0300 Subject: [PATCH] Update ci workflow file --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddbafd5..5f41350 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,7 @@ jobs: dart pub global activate coverage dart pub global run coverage:format_coverage --report-on=./lib --lcov --in=./coverage/reports --out=coverage/lcov.info - - if: matrix.os == 'ubuntu-latest' - name: Report to Codecov + - name: Report to Codecov uses: codecov/codecov-action@v4 with: file: coverage/lcov.info