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

donejs / generator-donejs
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: v3.4.3
DEFAULT BRANCH: master
Repo Added 24 Mar 2016 03:50PM UTC
Files 9
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 exp
branch: exp
CHANGE BRANCH
x
Reset
  • exp
  • 0.9-legacy
  • 113-hashchange-routing
  • 1175-component-name-as-project
  • 194-plugin-contributing.md
  • 196-improve-plugin-index
  • 203-howto-minify
  • 203-howto-minify2
  • 203-minimize-dist
  • 24-issue-template
  • 246-writing-log
  • 250_add_doctype_to_test_files
  • 264-add-travis-config
  • 353-absolute-path-fix
  • alg-placement
  • alpha-gitignore
  • alphabetize-model-template
  • amd-setup
  • app-def
  • appveyor-tests
  • arguments
  • babel
  • can-debug
  • can-plugin
  • can-serve-to-done-serve
  • can3-leftovers
  • can4
  • chasenlehara-patch-1
  • coverage
  • coveralls-send
  • cssify
  • dashed-keywords
  • dcss
  • debug
  • deep-component
  • default-keywords
  • demo
  • docs
  • dont-prepend-newline
  • fix-509-generate-plural-fixture-names
  • fix-generated-test-code
  • fix-module
  • fix_trailing_slashes_when_running_add_component
  • gen-stuff
  • gen-versions
  • generated-plugin-index-styles
  • generator-contributing.md
  • generator-dependency-order
  • generator-generator-yeoman-1.0
  • generator-readme
  • generator-updates
  • greenkeeper/initial
  • hot5
  • ignore_trainling_slash_component_name_component_parts_248
  • issue-and-pr-templates
  • license-picking
  • major
  • master
  • model
  • model-import
  • model-name
  • module-test
  • name-validation
  • node8
  • nodeenv
  • plugin-generator
  • plugin-index-html
  • plugin-jshint-latedef
  • plugin-repository
  • plugin-scoped-project-support
  • plugin-test-main
  • plugin-test-main-module
  • plugin-version-message
  • prod-stache
  • rb
  • remove-building-the-documentation
  • remove-documentjs
  • rename-app-readme
  • rendering-base-url
  • restore-md-files
  • routing
  • sbu
  • supermodel-updates
  • system-lib-directory
  • template-overrides
  • template-travis-xenial
  • test
  • test-module-name
  • tilde
  • travis-yaml-with-space-indentation
  • travis-yaml-with-space-indentation-1
  • up-c
  • upd
  • upd2
  • update-readme-1
  • update-yeoman-generator
  • use-defaults
  • v0.8.1
  • v0.9.0
  • v0.9.1
  • v0.9.2
  • v0.9.3
  • v0.9.4
  • v0.9.5
  • v0.9.6
  • v1.0.0
  • v1.0.0-alpha.10
  • v1.0.0-alpha.11
  • v1.0.0-alpha.12
  • v1.0.0-alpha.13
  • v1.0.0-alpha.14
  • v1.0.0-alpha.15
  • v1.0.0-alpha.16
  • v1.0.0-alpha.17
  • v1.0.0-alpha.18
  • v1.0.0-alpha.19
  • v1.0.0-alpha.20
  • v1.0.0-alpha.21
  • v1.0.0-alpha.22
  • v1.0.0-alpha.23
  • v1.0.0-alpha.24
  • v1.0.0-alpha.25
  • v1.0.0-alpha.26
  • v1.0.0-alpha.5
  • v1.0.0-alpha.6
  • v1.0.0-alpha.7
  • v1.0.0-alpha.8
  • v1.0.0-alpha.9
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.0.4
  • v1.0.5
  • v1.0.6
  • v1.0.7
  • v1.1.0
  • v2.0.0
  • v2.0.0-pre.0
  • v2.0.0-pre.1
  • v2.0.0-pre.2
  • v2.0.0-pre.3
  • v2.0.0-pre.4
  • v2.0.0-pre.5
  • v2.1.0
  • v2.1.1
  • v3.0.0
  • v3.0.0-pre.2
  • v3.0.0-pre.3
  • v3.0.0-pre.4
  • v3.0.0-pre.5
  • v3.0.0-pre.6
  • v3.0.0-pre.7
  • v3.0.0-pre.8
  • v3.1.0
  • v3.2.0
  • v3.3.0
  • v3.4.0
  • v3.4.1
  • v3.4.2
  • v3.4.3
  • vm-groupings
  • write-permissions
  • xenial-migration
  • yarn
  • yeoman-assert-as-assert-library

pending completion
871

Pull #295

travis-ci

web-flow
Name the main application viewmodel
Pull Request #295: Export the ViewModel and Component from modlets

115 of 128 branches covered (89.84%)

357 of 366 relevant lines covered (97.54%)

18.19 hits per line

Relevant lines Covered
Build:
Build:
366 RELEVANT LINES 357 COVERED LINES
18.19 HITS PER LINE
Source Files on exp
  • List 0
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
871 exp Name the main application viewmodel Pull #295 07 Nov 2018 02:44PM UTC web-flow travis-ci pending completion  
870 exp Name the main application viewmodel push 07 Nov 2018 02:44PM UTC matthewp travis-ci pending completion  
869 exp Export the ViewModel and Component from modlets This makes it so that both the ViewModel and Component get exported from modlets. The Component gets exported both as a constructor-case name like `PmoRestaurantList` and as the default export. The ... Pull #295 07 Nov 2018 01:54PM UTC web-flow travis-ci pending completion  
868 exp Export the ViewModel and Component from modlets This makes it so that both the ViewModel and Component get exported from modlets. The Component gets exported both as a constructor-case name like `PmoRestaurantList` and as the default export. The ... push 07 Nov 2018 01:53PM UTC matthewp travis-ci pending completion  
See All Builds (547)
  • 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