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

sebelga / gstore-node / 485
98%

Build:
DEFAULT BRANCH: master
Ran 10 Sep 2019 06:14AM UTC
Jobs 2
Files 17
Run time 8s
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

pending completion
485

push

travis-ci

web-flow
fix(entitykey): remove convertion of string number to integer for entity key id (#179)

The live Datastore treats the same way User.get("123") than User.get(123). Both return the entity with the Key.id being "123". The conversion from string to an integer has been removed inside gstore and let to the consumer to implement if needed.

BREAKING CHANGE: The "keyType" Schema option has been removed as it is no longer needed. Also, as gstore does not parse the id anymore, running your project against the Datastore emulator locally might break as the emulator treats differently User.get(123) than User.get("123"). Auto-allocated ids are integers and need to be provided as integers for the Emulator.

#168

750 of 793 branches covered (94.58%)

1131 of 1162 relevant lines covered (97.33%)

315.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 485.1 10 Sep 2019 06:14AM UTC 0
97.33
Travis Job 485.1
2 485.2 10 Sep 2019 06:14AM UTC 0
97.33
Travis Job 485.2
Source Files on build 485
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #485
  • 75dc8690 on github
  • Prev Build on master (#483)
  • Next Build on master (#487)
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