From 2db6404727f27cf1000560b21dd49da27778b9fc Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Tue, 3 Dec 2024 10:17:09 -0600 Subject: [PATCH] Upload coverage results to codecov --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f40ab8..f181474 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,3 +29,7 @@ jobs: - name: Run tests run: | python -m pytest tests --cov + - name: Upload coverage + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }}