From 896556ebc0be05057c0a27a036de2af71cc89bf4 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Sat, 25 May 2024 23:23:48 +0200 Subject: [PATCH] Update action to upload 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 fe3b716..917e456 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,4 +32,6 @@ jobs: run: coverage run runtests.py - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }}