From 379129d8fc7d7539020debf4c6e9d9dc7ca3ce7c Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Thu, 16 May 2024 12:16:14 +0800 Subject: [PATCH] Add codecov YAML --- .github/workflows/test-coverage.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index d50f6d8..8f84e77 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -58,4 +58,9 @@ jobs: uses: actions/upload-artifact@v4 with: name: coverage-test-failures - path: ${{ runner.temp }}/package \ No newline at end of file + path: ${{ runner.temp }}/package + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file