From f41e373cae8e72a208bc3bc8ae12d4a19b7cc249 Mon Sep 17 00:00:00 2001 From: TJ Lane Date: Tue, 27 Aug 2024 09:59:16 +0100 Subject: [PATCH] bump codecov action version (#11) * bump codecov action version * codecov token addition --------- Co-authored-by: tjlane --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c86b8f7..75d977c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,10 +27,11 @@ jobs: pytest test/ - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: file: ./coverage.xml flags: unittests name: codecov-umbrella fail_ci_if_error: true - \ No newline at end of file