Skip to content

Commit dc5a9f7

Browse files
Bastian-KrauseEmantor
authored andcommitted
github: show extra test summary
The extra test summary shows additional information such as why a test was skipped. This is helpful to compare test runs on different Python versions and git states. Signed-off-by: Bastian Krause <[email protected]>
1 parent ebe45fc commit dc5a9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
ruff format --check --diff labgrid/remote/
5959
- name: Test with pytest
6060
run: |
61-
pytest --cov-config .coveragerc --cov=labgrid --local-sshmanager --ssh-username runner -k "not test_docker_with_daemon"
61+
pytest -r a --cov-config .coveragerc --cov=labgrid --local-sshmanager --ssh-username runner -k "not test_docker_with_daemon"
6262
- name: Upload coverage to Codecov
6363
uses: codecov/codecov-action@v4
6464
with:

0 commit comments

Comments
 (0)