From b0b393aacd3051efbe000474d3e6505fdf1df426 Mon Sep 17 00:00:00 2001 From: Andrious Solutions Date: Thu, 5 Sep 2024 11:12:03 -0500 Subject: [PATCH] Update format_test_release.yml uses: codecov/codecov-action@v4.2.0 --- .github/workflows/format_test_release.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/format_test_release.yml b/.github/workflows/format_test_release.yml index 12c31e6..74d06ce 100644 --- a/.github/workflows/format_test_release.yml +++ b/.github/workflows/format_test_release.yml @@ -49,10 +49,13 @@ jobs: - run: flutter test --coverage # Upload to codecov - - uses: codecov/codecov-action@v2 - with: - token: ${{secrets.CODECOV_TOKEN}} - file: ./coverage/lcov.info + #- uses: codecov/codecov-action@v2 + # with: + # token: ${{secrets.CODECOV_TOKEN}} + # file: ./coverage/lcov.info + - uses: codecov/codecov-action@v4.2.0 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Get current datetime in ISO format - id: date