From 8d86894f7116e2d5fbb201b96ca877a0576dd861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Z=C3=B6ller?= Date: Sat, 6 Jun 2020 14:50:18 +0200 Subject: [PATCH] #4 - Provide test results to Circle CI --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 29b01b9..f4b9e17 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,4 +37,7 @@ jobs: key: v1-dependencies-{{ checksum "build.boot" }} # run tests! - - run: boot bat-test + - run: boot bat-test --report "[:pretty {:type :junit :output-to \"target/junit.xml\"}]" --cloverage + + - store_test_results: + path: target