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

nestjsx / crud
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/http-cache-semantics-4.1.1
DEFAULT BRANCH: master
Repo Added 17 Dec 2018 10:10AM UTC
Files 28
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 feature/dto
branch: feature/dto
CHANGE BRANCH
x
Reset
  • feature/dto
  • Diluka-patch-1
  • dependabot/npm_and_yarn/acorn-5.7.4
  • dependabot/npm_and_yarn/class-transformer-0.3.1
  • dependabot/npm_and_yarn/handlebars-4.5.3
  • dependabot/npm_and_yarn/highlight.js-9.18.5
  • dependabot/npm_and_yarn/ini-1.3.7
  • dependabot/npm_and_yarn/node-fetch-2.6.1
  • feature/always-paginate
  • feature/auth
  • feature/count
  • feature/crud-dto
  • feature/custom-filters
  • feature/extract-methods
  • feature/extract-operator-template
  • feature/merge-crud-options-from-method
  • feature/nested-sort
  • feature/serialization
  • feature/test-without-build
  • feature/use-interceptor-everywhere
  • fix/179-pagination
  • fix/code-of-conduct
  • fix/cond-operator-value
  • fix/crud-interceptor
  • fix/crud-request-operators
  • fix/deps
  • fix/eager-relation-update
  • fix/empty-bulk-dto-in-swagger
  • fix/global-options
  • fix/interceptor-parse-param
  • fix/iso-date-string-validation
  • fix/issue-87
  • fix/jest
  • fix/linting
  • fix/nest-version-bump
  • fix/opencollective
  • fix/params-primary
  • fix/query-builder
  • fix/query-parser
  • fix/readme
  • fix/relations
  • fix/request-exceptions
  • fix/request-parser
  • fix/serialization
  • fix/sql-injection
  • fix/swagger
  • fix/swagger-comatibility
  • fix/tests
  • fix/typeorm
  • fix/typeorm-column-name
  • fix/typeorm-create-one-reload
  • fix/typeorm-entity-events
  • fix/typeorm-extract-methods
  • fix/typeorm-join-select
  • fix/typeorm-methods-visibility
  • fix/typeorm-primary-params
  • fix/update-deps
  • fix/uuid
  • greenkeeper/@nestjs/common-6.3.2
  • greenkeeper/@nestjs/core-6.3.2
  • greenkeeper/@nestjs/platform-express-6.3.2
  • greenkeeper/@nestjs/testing-6.3.2
  • greenkeeper/@types/jest-24.0.14
  • greenkeeper/@types/jest-24.0.15
  • greenkeeper/@types/node-12.0.10
  • greenkeeper/@types/node-12.0.8
  • greenkeeper/@types/node-12.0.9
  • greenkeeper/husky-2.5.0
  • greenkeeper/initial
  • greenkeeper/pretty-quick-1.11.1
  • greenkeeper/ts-node-8.3.0
  • master
  • next
  • renovate/class-validator-0.x
  • renovate/commitizen-3.x
  • renovate/commitizen-4.x
  • renovate/configure
  • renovate/coveralls-3.x
  • renovate/cz-conventional-changelog-3.x
  • renovate/deepmerge-4.x
  • renovate/husky-2.x
  • renovate/husky-3.x
  • renovate/jest-24.x
  • renovate/jest-monorepo
  • renovate/lerna-monorepo
  • renovate/nest-monorepo
  • renovate/nestjs-swagger-3.x
  • renovate/nestjs-typeorm-6.x
  • renovate/node-12.x
  • renovate/nodemon-1.x
  • renovate/nps-5.x
  • renovate/pg-7.x
  • renovate/pin-dependencies
  • renovate/pretty-quick-1.x
  • renovate/rimraf-2.x
  • renovate/rimraf-3.x
  • renovate/rxjs-6.x
  • renovate/supertest-2.x
  • renovate/swagger-ui-express-4.x
  • renovate/ts-jest-24.x
  • renovate/ts-node-8.x
  • renovate/tsconfig-paths-3.x
  • renovate/tslint-5.x
  • renovate/typeorm-0.x
  • renovate/typescript-3.x
  • v4.0.0
  • v4.0.0-rc.0
  • v4.0.0-rc.1
  • v4.0.0-rc.2
  • v4.0.0-rc.3
  • v4.0.1
  • v4.1.0
  • v4.2.0
  • v4.3.0
  • v4.3.0-4.3.0-beta.0.0
  • v4.3.0-alpha.0
  • v4.3.0-beta.0
  • v4.3.0-beta.1
  • v4.3.0-beta.2
  • v4.3.0-beta.3
  • v4.3.0-beta.4
  • v4.3.1
  • v4.3.2
  • v4.3.3
  • v4.4.0
  • v4.4.1
  • v4.4.2
  • v4.4.3
  • v4.4.4
  • v4.4.5
  • v4.5.0
  • v4.6.0
  • v4.6.1
  • v4.6.2
  • v5

pending completion
510

Pull #201

travis-ci

web-flow
feat(crud): Added tests for dto options

Created basic tests to test the dto validation and check that the dto is used instead of the model
Pull Request #201: Feature/dto

420 of 420 branches covered (100.0%)

Branch coverage included in aggregate %.

6 of 6 new or added lines in 2 files covered. (100.0%)

847 of 847 relevant lines covered (100.0%)

32.64 hits per line

Relevant lines Covered
Build:
Build:
847 RELEVANT LINES 847 COVERED LINES
32.64 HITS PER LINE
Source Files on feature/dto
  • List 0
  • Changed 16
  • Source Changed 2
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
510 feature/dto feat(crud): Added tests for dto options Created basic tests to test the dto validation and check that the dto is used instead of the model Pull #201 04 Aug 2019 11:05AM UTC web-flow travis-ci pending completion  
509 feature/dto feat(crud): Added tests for dto options Created basic tests to test the dto validation and check that the dto is used instead of the model push 04 Aug 2019 11:00AM UTC bashleigh travis-ci pending completion  
508 feature/dto feat(crud): Added tests for dto options Created basic tests to test the dto validation and check that the dto is used instead of the model push 04 Aug 2019 10:54AM UTC bashleigh travis-ci pending completion  
507 feature/dto feat(crud): Added tests for dto options Created basic tests to test the dto validation and check that the dto is used instead of the model push 04 Aug 2019 10:47AM UTC bashleigh travis-ci pending completion  
491 feature/dto feat(crud): Added route and type for resolving dto Added new method for resolving the route's dto type if any push 29 Jul 2019 01:44PM UTC bashleigh travis-ci pending completion  
See All Builds (891)
  • 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