From a5c2a536b74e4887c6cc24c0e5057158f09b62ad Mon Sep 17 00:00:00 2001 From: "Kevin R. Thornton" Date: Tue, 26 Nov 2024 10:43:37 -0800 Subject: [PATCH 1/2] bump codecov action --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index fac0280..6fe6536 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -59,7 +59,7 @@ jobs: --cov=demes --cov-report=term-missing --cov-report=xml -v tests - name: upload coverage report to codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true env_vars: OS,PYTHON From eaac46ea1659375041a9f91e3b3b51fb753d72c1 Mon Sep 17 00:00:00 2001 From: Graham Gower Date: Wed, 27 Nov 2024 08:15:10 +1030 Subject: [PATCH 2/2] Use codecov upload token --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6fe6536..f87c6ab 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -61,5 +61,6 @@ jobs: - name: upload coverage report to codecov uses: codecov/codecov-action@v5 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true env_vars: OS,PYTHON