• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lavas-project / lavas
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/packages/lavas-core-vue/serialize-javascript-4.0.0
DEFAULT BRANCH: master
Repo Added 28 Nov 2017 04:28PM UTC
Files 25
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feat-issue#55
branch: feat-issue#55
CHANGE BRANCH
x
Reset
  • feat-issue#55
  • 1.2.0
  • 1.2.1
  • PengXing-patch-1
  • bugfix-node-10
  • core-react
  • dependabot/npm_and_yarn/packages/lavas-cli/axios-0.19.0
  • dependabot/npm_and_yarn/packages/lavas-core-vue/serialize-javascript-2.1.1
  • dependabot/npm_and_yarn/packages/lavas-core-vue/serialize-javascript-4.0.0
  • dependabot/npm_and_yarn/serialize-javascript-2.1.1
  • dependabot/npm_and_yarn/serialize-javascript-4.0.0
  • dev-2.0
  • dev-2.0-router-case-sensitive
  • feat-core-version
  • feat-download-template
  • feat-issue#44
  • feat-issue#73
  • feat-lavas-start
  • feat-readme
  • feat-render-api
  • feat-static
  • feat-template
  • feat-version
  • feature-config
  • feature-entry
  • fix-#179
  • fix-#38
  • fix-163
  • fix-210-static
  • fix-build
  • fix-config
  • fix-console
  • fix-dep
  • fix-entry
  • fix-env
  • fix-extend-base
  • fix-hotreload
  • fix-index-template
  • fix-issue#38
  • fix-router
  • fix-sw
  • fix-sw-update
  • fix-testcase
  • hotfix-babel
  • hotfix-flat-route
  • hotfix-issue112
  • hotfix-issue114
  • hotfix-mpa-skeleton
  • hotfix-plugins
  • hotfix-postcss
  • hotfix-router
  • lavas-core-vue@1.0.2
  • lavas-core-vue@1.0.2-rc.0
  • lavas-core-vue@1.0.3-rc.0
  • lavas-core-vue@1.0.4-rc.1
  • lavas-core-vue@1.0.6
  • lavas-core-vue@1.0.6-rc.0
  • lavas-core-vue@1.0.6-rc.1
  • lavas-core-vue@1.0.6-rc.2
  • lavas-core-vue@1.0.6-rc.5
  • lavas-core-vue@1.0.6-rc.6
  • lavas-core-vue@1.0.8-rc.2
  • lavas-core-vue@1.0.8-rc.3
  • lavas-core-vue@1.0.8-rc.4
  • lavas-core-vue@1.0.8-rc.5
  • lavas-core-vue@1.1.1
  • lavas-core-vue@1.1.10-rc.0
  • lavas-core-vue@1.1.11
  • lavas-core-vue@1.1.11-rc.0
  • lavas-core-vue@1.1.12
  • lavas-core-vue@1.1.13
  • lavas-core-vue@1.1.2
  • lavas-core-vue@1.1.3
  • lavas-core-vue@1.1.4
  • lavas-core-vue@1.1.5
  • lavas-core-vue@1.1.5-rc.0
  • lavas-core-vue@1.1.5-rc.1
  • lavas-core-vue@1.1.6
  • lavas-core-vue@1.1.6-rc.0
  • lavas-core-vue@1.1.7
  • lavas-core-vue@1.1.8-rc.0
  • lavas-core-vue@1.1.8-rc.1
  • lavas-core-vue@1.1.8-rc.2
  • lavas-core-vue@1.1.8-rc.3
  • lavas-core-vue@1.2.2
  • lavas-core-vue@1.2.3
  • lavas-core-vue@1.2.4
  • lavas@2.2.2
  • lavas@2.2.3
  • lavas@2.2.5
  • lavas@2.2.6
  • lavas@2.2.7
  • lavas@2.2.8
  • master
  • modify-doc
  • support-gzip-with-config
  • tb-lavas-core@1.0.6
  • update-version
  • v-1.1.6
  • workbox3

pending completion
306

push

travis-ci

xiaoiver
Publish

 - lavas-core-vue@1.0.8-rc.3

402 of 564 branches covered (71.28%)

Branch coverage included in aggregate %.

1035 of 1171 relevant lines covered (88.39%)

213.95 hits per line

Relevant lines Covered
Build:
Build:
1171 RELEVANT LINES 1035 COVERED LINES
213.95 HITS PER LINE
Source Files on feat-issue#55
  • List 0
  • Changed 13
  • Source Changed 0
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
306 feat-issue#55 Publish - lavas-core-vue@1.0.8-rc.3 push 01 Mar 2018 09:39AM UTC xiaoiver travis-ci pending completion  
301 feat-issue#55 fix ssr test case push 01 Mar 2018 08:31AM UTC xiaoiver travis-ci pending completion  
290 feat-issue#55 fix SPA test case. push 28 Feb 2018 10:31AM UTC xiaoiver travis-ci pending completion  
282 feat-issue#55 Publish - lavas-core-vue@1.0.8-rc.2 push 28 Feb 2018 04:49AM UTC xiaoiver travis-ci pending completion  
280 feat-issue#55 Update package.json 更新依赖版本号为1.0.7 push 28 Feb 2018 03:39AM UTC web-flow travis-ci pending completion  
278 feat-issue#55 Recover store.tmpl 如果 `store` 目录为空,也应当返回 `createStore` 方法,因为开发者目录的 `app.js` 会使用这个方法,否则会报错。 不过从另外的角度思考,开发者会去删除 `store` 目录,表示他不想使用 vuex (应用简单,只想使用事件总线或者父子控件传递)或者不想使用 lavas 提供的 store 组织方式而自行组织。无论哪种,都表示他是有经验的开发者,应该知道 `app.js` 会有引用及其解决方法。 push 28 Feb 2018 03:24AM UTC web-flow travis-ci pending completion  
276 feat-issue#55 restore test case push 27 Feb 2018 09:09AM UTC web-flow travis-ci pending completion  
274 feat-issue#55 fecs push 27 Feb 2018 08:35AM UTC xiaoiver travis-ci pending completion  
272 feat-issue#55 modify travis push 27 Feb 2018 06:21AM UTC xiaoiver travis-ci pending completion  
268 feat-issue#55 Publish - lavas-core-vue@1.0.6 push 27 Feb 2018 06:14AM UTC xiaoiver travis-ci pending completion  
See All Builds (444)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc