From 84caa6c25f46089c085f6c6e79d1022c859fdf4e Mon Sep 17 00:00:00 2001 From: Ryan Walters Date: Fri, 5 Sep 2025 21:36:23 -0500 Subject: [PATCH] ci: setup codecov coverage --- .github/workflows/coverage.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 5537c9b..4ddd7cf 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -50,6 +50,12 @@ jobs: run: | just coverage + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} + files: lcov.info + - name: Download Coveralls CLI if: ${{ env.COVERALLS_REPO_TOKEN != '' }} run: |