Skip to content

Commit eb79571

Browse files
committed
ci: add term for tests
1 parent 8170370 commit eb79571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: echo "PYTHONPATH=$PWD" >> $GITHUB_ENV
8787

8888
- name: Run tests
89-
run: pdm run pytest tests --cov=asgi_monitor --junitxml=junitxml.xml --cov-report "xml:coverage.xml"; exit ${PIPESTATUS[0]}
89+
run: pdm run pytest tests --cov=asgi_monitor --junitxml=junitxml.xml --cov-report term --cov-report "xml:coverage.xml"; exit ${PIPESTATUS[0]}
9090

9191
- name: Test coverage comment
9292
uses: MishaKav/pytest-coverage-comment@main

0 commit comments

Comments
 (0)