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

sebelga / gstore-node / 485 / 2
98%
master: 98%

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

10 Sep 2019 06:13AM UTC coverage: 97.332% (+0.05%) from 97.284%
485.2

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%)

157.88 hits per line

Source Files on job 485.2
  • Tree
  • List 0
  • Changed 7
  • Source Changed 2
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 446
  • Travis Job 485.2
  • 75dc8690 on github
  • Prev Job for on master (#483.1)
  • Next Job for on master (#487.1)
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