From d8b7d59105326c8e159fc9b72ea6d979b3d82c74 Mon Sep 17 00:00:00 2001 From: yut23 Date: Tue, 9 Jan 2024 20:09:54 -0500 Subject: [PATCH] Add coverage reporting with Codecov --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2de7995..99e5137 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,3 +37,8 @@ jobs: - name: Run tests run: hatch run cov + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}