From 199cac0e02ac2b66bea4007a4967925f2a9bcc42 Mon Sep 17 00:00:00 2001 From: Felix Haase Date: Thu, 28 Nov 2024 21:15:34 +0100 Subject: [PATCH] ci(unittests): update codecov action --- .github/workflows/unittest.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index eccffaad..1f5ffcec 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -14,9 +14,10 @@ jobs: cache: 'yarn' - run: yarn - run: yarn test - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: - token: ${{ secrets.CODECOV_TOKEN }} files: ./plugin/coverage/clover.xml,./providers/deepl/coverage/clover.xml,./providers/libretranslate/coverage/clover.xml flags: unittests name: codecov-umbrella + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}