From d8b51c0fb6aed14445385d542580fc7f2fbdd095 Mon Sep 17 00:00:00 2001 From: BlackYps Date: Tue, 4 Jun 2024 22:43:05 +0200 Subject: [PATCH] Fix codecov --- .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 6d6346f..81b9084 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -84,8 +84,9 @@ jobs: run: pipenv run tests --cov-report=xml - name: Report coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: + token: ${{ secrets.COVERALLS_TOKEN }} files: coverage.xml fail_ci_if_error: true