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

sebelga / gstore-node / 484 / 2
97%
master: 98%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/json5-2.2.3
DEFAULT BRANCH: master
Ran 10 Sep 2019 06:08AM UTC
Files 17
Run time 1s
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:06AM UTC coverage: 97.332% (+0.05%) from 97.284%
484.2

Pull #179

travis-ci

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

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 convertion from string to 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 integer and need to be provided as integer for the Emulator.

#168
Pull Request #179: Entity Keys: remove convertion of id string to integer

750 of 793 branches covered (94.58%)

1131 of 1162 relevant lines covered (97.33%)

157.88 hits per line

Source Files on job 484.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 445
  • Travis Job 484.2
  • 7fc740d1 on github
  • Prev Job for on fix/remove-entitykey-parse-id (#483.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