Use cover-coveralls.
This commit is contained in:
parent
14a32177ef
commit
4f806aadf1
|
@ -37,7 +37,9 @@ before_install:
|
||||||
- git config --global user.name "Travis CI"
|
- git config --global user.name "Travis CI"
|
||||||
- git config --global user.email "travis@nobody.com"
|
- git config --global user.email "travis@nobody.com"
|
||||||
- git init ~/gh-pages
|
- git init ~/gh-pages
|
||||||
|
- echo "Temporary switch to my fork of cover:"
|
||||||
|
- git clone https://github.com/jsmaniac/cover.git -b multiple-output-formats ~/cover-tool/cover
|
||||||
|
- (cd ~/cover-tool/cover; raco pkg install --deps search-auto --update-deps --skip-installed)
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
apt: true
|
apt: true
|
||||||
|
|
|
@ -12,4 +12,4 @@ clean:
|
||||||
|
|
||||||
.PHONY: build-dep
|
.PHONY: build-dep
|
||||||
build-dep:
|
build-dep:
|
||||||
raco pkg install --deps search-auto --update-deps --skip-installed alexis-util cover debug
|
raco pkg install --deps search-auto --update-deps --skip-installed alexis-util cover cover-coveralls debug
|
||||||
|
|
|
@ -203,5 +203,7 @@
|
||||||
"cover"
|
"cover"
|
||||||
"-s" "doc"
|
"-s" "doc"
|
||||||
"-s" "test"
|
"-s" "test"
|
||||||
|
"-f" "html"
|
||||||
|
"-f" "coveralls"
|
||||||
"-v"
|
"-v"
|
||||||
,@(exclude-dirs rkt-files (list "make/"))))
|
,@(exclude-dirs rkt-files (list "make/"))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user