mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-28 19:34:30 +01:00
ci: Calculate coverage only over scripts folder
This commit is contained in:
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Run unittest tests with coverage
|
||||
continue-on-error: true
|
||||
run: |
|
||||
coverage run -m unittest discover tests
|
||||
coverage run --source=scripts -m unittest discover tests
|
||||
|
||||
- name: Generate coverage report
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user