mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Circle: Make test summary work
This commit is contained in:
parent
10d1e12e0a
commit
046b3c5667
2 changed files with 4 additions and 2 deletions
|
|
@ -17,7 +17,9 @@ jobs:
|
|||
name: Run tests
|
||||
command: ./scripts/test.sh clj
|
||||
- store_test_results:
|
||||
path: ~/test/target/junit.xml
|
||||
# path must be a directory under which there a subdirectories that
|
||||
# contain the JUnit XML files.
|
||||
path: ~/test/target/results
|
||||
# - run:
|
||||
# name: Run coverage
|
||||
# command: ./scripts/submit-to-coveralls.sh clj
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
:bat-test {:report [:pretty
|
||||
{:type :junit
|
||||
:output-to "target/junit.xml"}]}
|
||||
:output-to "target/results/reitit/junit.xml"}]}
|
||||
|
||||
:cljsbuild {:builds [{:id "test"
|
||||
:source-paths ["src" "test/cljc" "test/cljs"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue