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 }}