Update tests.yml

This commit is contained in:
Ishaan Jaff 2023-08-01 08:26:07 -07:00 committed by Krrish Dholakia
parent 5219ce08ed
commit 5b1c7194b0

View file

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