From 1aeacfe241db04d7b6a37ce46ad959eb8b42edeb Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Fri, 25 Oct 2024 13:08:52 -0400 Subject: [PATCH] add codecov token to coverage upload --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f526d7c..5e621ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,3 +50,5 @@ jobs: - windows: py312-numpy21-xdist pytest-results-summary: true - linux: py312-dev-xdist + secrets: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}