diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a2658432d..d899f2360 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,3 +37,8 @@ jobs: - name: Run tests run: pytest litellm/tests + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + with: + token: ${{ secrets.CODECOV_TOKEN }}