Update ci.yml

This commit is contained in:
Nicholas Tindle
2023-04-21 00:49:07 -05:00
committed by GitHub
parent 81de438569
commit 7a9c6a52fa

View File

@@ -71,7 +71,7 @@ jobs:
- name: Run unittest tests with coverage
run: |
pytest --cov=autogpt --without-integration --without-slow-integration
pytest --cov=autogpt --without-integration --without-slow-integration --cov-report term-missing --cov-branch --cov-report xml --cov-report term
- name: Generate coverage report
run: |