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

meanjs / mean / 2199 / 5
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2016 09:19PM UTC
Files 40
Run time 3s
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

29 Apr 2016 09:13PM UTC coverage: 70.615%. Remained the same
NODE_ENV=travis CXX="g++-4.8" CC="gcc-4.8"

push

travis-ci

mleanos
fix(users): GitHub strategy missing email (#1250)

Fixes an issue with an empty/missing/null Email coming from GitHub's
OAuth call response.

Also, introduces the `sparse` index option on the User model's Email
field. This will ensure that we can have multiple User documents without
the Email field.

Adds a server-side User model test for the sparse index setting on the
email field.

Confirms that User documents without the email field are not indexed,
illustrating the sparse option on the schema's email field works
properly.

Added the dropdb task to the Gulp test:client & test:server tasks, to
ensure we have a clean database & that any indexes are rebuilt; this
will ensure any Schema changes (in this case the email index is rebuilt using
the sparse index option) are reflected when the database is started again.

Added a UPGRADE.md for tracking important upgrade information for our
user's to be aware of, when we introduce potentially breaking changes.

Included an explanation of the Sparse index being added, and how to apply it
to an existing MEANJS application's database.

Adds a script for dropping the `email` field's index from the User
collection.

Related #1145

632 of 895 relevant lines covered (70.61%)

5.0 hits per line

Source Files on job 2199.5 (NODE_ENV=travis CXX="g++-4.8" CC="gcc-4.8")
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2199
  • Travis Job 2199.5
  • 4906611c on github
  • Prev Job for NODE_ENV=travis CXX="g++-4.8" CC="gcc-4.8" on master (#2194.8)
  • Next Job for NODE_ENV=travis CXX="g++-4.8" CC="gcc-4.8" on master (#2201.8)
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

© 2026 Coveralls, Inc