From 51fde64d2c4b7b6cf26205eeb6d8c1709412fb7f Mon Sep 17 00:00:00 2001 From: Michael Totty Date: Wed, 3 Apr 2024 22:26:32 -0500 Subject: [PATCH] added codecov info to test-coverage.yaml --- .github/workflows/test-coverage.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 21b8a93..a0256e4 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -48,3 +48,9 @@ jobs: with: name: coverage-test-failures path: ${{ runner.temp }}/package + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: MicTott/SpotSweeper