From abc6bd505788e2ab7b8103c658f5fb77ee19f87f Mon Sep 17 00:00:00 2001 From: Askaholic Date: Sat, 20 Apr 2024 12:21:14 -0400 Subject: [PATCH] Upload coverage report with token --- .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 5a5eb1247..47d291633 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -95,8 +95,9 @@ jobs: - name: Report coverage if: ${{ github.event_name != 'schedule' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml fail_ci_if_error: true