From 86c1fda713ab1ff52e5c94d7abcc4469dddcf488 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 22 Nov 2024 16:23:01 -0600 Subject: [PATCH] Enable coverage tracking in CI --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e675e6..0f17157 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,3 +9,5 @@ on: jobs: pytest: uses: colcon/ci/.github/workflows/pytest.yaml@main + secrets: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}