Update ci.yml (#3179)

This commit is contained in:
Nicholas Tindle
2023-04-24 21:53:06 -05:00
committed by GitHub
parent 45f9b570a2
commit c7f4734826

View File

@@ -75,11 +75,5 @@ jobs:
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
- name: Generate coverage report
run: |
coverage report
coverage xml
if: success() || failure()
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3