#4 - Provide test results to Circle CI

This commit is contained in:
Tim Zöller 2020-06-06 14:50:18 +02:00
parent 6dbebf15bd
commit 8d86894f71

View file

@ -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