From 25d3ae20de976923fff4b6ba989de5d42fb80a15 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Fri, 19 Apr 2024 11:38:43 -0600 Subject: [PATCH] chore: update codecov action to v4 --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb0bb6d..ba40724 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,7 @@ jobs: - run: py.test --cov=rain_api_core --cov-report=term-missing --cov-report=xml --cov-branch --doctest-modules rain_api_core tests - name: Report coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true