From 0d012a94a6be6b563d94c2618cfbb773ae9d8e81 Mon Sep 17 00:00:00 2001 From: Jake Adams Date: Wed, 25 Sep 2024 13:36:37 -0600 Subject: [PATCH] ci: report test coverage --- .github/workflows/pull_request.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0cc51bb..acd01be 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -38,3 +38,9 @@ jobs: - name: 🧪 Run pytest run: pytest + + - name: ⬆️ Upload coverage to Codecov + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} + file: ./cov.xml