Skip to content

Commit 513e0e3

Browse files
committed
fix: update coverage path in test workflow to target the correct module
1 parent ec3fdc7 commit 513e0e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
mkdir -p data/temp
3838
export TESTING=true
3939
export ZHIPU_API_KEY=${{ secrets.OPENAI_API_KEY }}
40-
pytest --cov=. -v -o log_cli=true -o log_level=DEBUG
40+
pytest --cov=astrbot -v -o log_cli=true -o log_level=DEBUG
4141
4242
- name: Upload results to Codecov
4343
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)