Update tests.yml

This commit is contained in:
Ishaan Jaff 2023-08-01 08:26:07 -07:00 committed by GitHub
parent dc23770f0a
commit ad38f82054
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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