From 63728a6acec1c0d974a5a18a0d798671f6187599 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Sat, 26 Oct 2024 16:36:39 +0200 Subject: [PATCH] Update codecov action --- .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 8e86a0d0..4f868af0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,4 +36,6 @@ jobs: run: coverage run ./tests/settings.py - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} # required