mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 17:01:11 +00:00
coveralls doesn't still work
This commit is contained in:
parent
526fb49f5a
commit
8ffa9cd1a4
1 changed files with 3 additions and 3 deletions
|
|
@ -18,9 +18,9 @@ jobs:
|
||||||
command: ./scripts/test.sh clj
|
command: ./scripts/test.sh clj
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: ~/test/target/junit.xml
|
path: ~/test/target/junit.xml
|
||||||
- run:
|
# - run:
|
||||||
name: Run coverage
|
# name: Run coverage
|
||||||
command: ./scripts/submit-to-coveralls.sh clj
|
# command: ./scripts/submit-to-coveralls.sh clj
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: 'v1-test-{{ checksum "project.clj" }}'
|
key: 'v1-test-{{ checksum "project.clj" }}'
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue