From 3988fc8e301713b26d96ae5fef04290f7ac769da Mon Sep 17 00:00:00 2001 From: Clif Bratcher Date: Mon, 29 Apr 2024 19:40:23 -0400 Subject: [PATCH] codecov integration --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0450b33..154875e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,3 +32,7 @@ jobs: path: junit/test-results-${{ matrix.python-version }}.xml # Use always() to always run this step to publish test results when there are test failures if: ${{ always() }} + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }}