From 52c07919f55799eacf7325535eb5066e1bb1f58a Mon Sep 17 00:00:00 2001 From: Eric Stern Date: Fri, 30 Aug 2024 10:21:35 -0700 Subject: [PATCH] codecov --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa8de76..36a30bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -74,4 +74,6 @@ jobs: - name: Submit code coverage if: ${{ always() }} - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}