mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 00:41:12 +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
|
||||
- store_test_results:
|
||||
path: ~/test/target/junit.xml
|
||||
- run:
|
||||
name: Run coverage
|
||||
command: ./scripts/submit-to-coveralls.sh clj
|
||||
# - run:
|
||||
# name: Run coverage
|
||||
# command: ./scripts/submit-to-coveralls.sh clj
|
||||
- save_cache:
|
||||
key: 'v1-test-{{ checksum "project.clj" }}'
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Reference in a new issue