Skip to content

Commit d208cfb

Browse files
Upload test results to CircleCI
1 parent 14a18f5 commit d208cfb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@ jobs:
3636
- run:
3737
name: Install Udapi
3838
command: pip install ".[test]"
39+
- run: mkdir -p test-results
3940
- run:
4041
name: Run pytest tests
4142
# This assumes pytest is installed via the install-package step above
42-
command: pytest
43+
command: pytest --junitxml=test-results/junit.xml -o junit_family=legacy
44+
- store_test_results:
45+
path: test-results
4346
- run:
4447
name: Color TextModeTrees
4548
command: udapy read.Conllu files=udapi/core/tests/data/babinsky.conllu write.TextModeTrees color=1

0 commit comments

Comments
 (0)