From ae584b1be7b2db8ea4778f5b0ec5cc35ee7778a5 Mon Sep 17 00:00:00 2001 From: Ryan O'Dea <70209371+ryan-odea@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:17:31 +0100 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 31f3d95..00b8ca7 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -46,3 +46,9 @@ jobs: - name: Test with pytest run: | pytest tests/ -v --cov=pySEQ --cov-report=term-missing + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: CausalInference/pySEQTarget