Merge main into sweep/add-sweep-config

This commit is contained in:
sweep-ai[bot] 2023-08-01 15:26:46 +00:00 committed by GitHub
commit ee48b14cf8
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 }}