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

bahmutov / code-coverage-vue-example / d0af4365-4262-4908-a0dc-aa883c776f0f

pending completion
d0af4365-4262-4908-a0dc-aa883c776f0f

Pull #306

circleci

web-flow
Update dependency start-server-and-test to v1.15.4
Pull Request #306: Update dependency start-server-and-test to v1.15.4

0 of 2 branches covered (0.0%)

Branch coverage included in aggregate %.

5 of 12 relevant lines covered (41.67%)

0.83 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/index.js
1
import Vue from 'vue'
2
import App from './App.vue'
3

4
Vue.config.productionTip = false
2✔
5

6
/* eslint-disable no-new */
7
new Vue({
2✔
8
  el: '#app',
9
  template: '<App/>',
10
  components: { App }
11
})
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