From fbb8083da07eb2ba326167f397d0c2127e48dfee Mon Sep 17 00:00:00 2001 From: Alec Thomson Date: Fri, 3 May 2024 14:51:49 +0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7490bd4..69d886e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,3 +37,7 @@ jobs: - name: Test with pytest run: | pytest + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }}