Fix display of test results summary on CircleCI (#219)
* Reduce pytest xml log size * store artifact to debug * Fix test result path
This commit is contained in:
parent
68a7c01797
commit
56bb81d053
@ -46,7 +46,9 @@ version: 2.1
|
|||||||
python3 -m pytest --verbose --junitxml=test-results/pytest/results.xml --numprocesses=auto
|
python3 -m pytest --verbose --junitxml=test-results/pytest/results.xml --numprocesses=auto
|
||||||
no_output_timeout: 2h
|
no_output_timeout: 2h
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test-results
|
path: test/test-results
|
||||||
|
- store_artifacts:
|
||||||
|
path: test/test-results
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
arm64-gcc:
|
arm64-gcc:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
norecursedirs = .git *
|
norecursedirs = .git *
|
||||||
empty_parameter_set_mark = fail_at_collect
|
empty_parameter_set_mark = fail_at_collect
|
||||||
|
junit_log_passing_tests = False
|
||||||
|
Loading…
Reference in New Issue
Block a user