2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

fix coveralls coverage reporter (#766)

* add coveralls coverage reporter

* include lcov report

* bump config

* bump travis config

* bump netlify config
This commit is contained in:
Jeff Sagal
2019-02-18 11:40:56 -08:00
committed by GitHub
parent 4d7d576008
commit 06800bfb16
4 changed files with 33 additions and 18 deletions
-6
View File
@@ -4,11 +4,5 @@
# “command” is your build command,
[build]
publish = "dev/dist"
command = "yarn build:dev"
# Production context: All deploys to the main
# repository branch will inherit these settings.
[context.branch-site]
publish = "docs/.vuepress/dist"
command = "yarn build:docs"