From 79eaed9a0792152727a119bf753baf1920bfde23 Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Fri, 26 Apr 2024 12:05:19 +0200 Subject: [PATCH] supplying CODECOV_TOKEN --- .github/workflows/pytest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 24343d2..4f91ff2 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -41,4 +41,6 @@ jobs: - name: Test with pytest run: | pytest -m "not requireslocaldata" --cov=ddlpy --cov-report xml --cov-report term - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v1 + env: + CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}