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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/json5-2.2.3
DEFAULT BRANCH: master
Ran 10 Sep 2019 06:07AM UTC
Jobs 2
Files 17
Run time 6s
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
484

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

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

1131 of 1162 relevant lines covered (97.33%)

315.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 484.1 10 Sep 2019 06:07AM UTC 0
97.33
Travis Job 484.1
2 484.2 10 Sep 2019 06:08AM UTC 0
97.33
Travis Job 484.2
Source Files on build 484
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #484
  • Pull Request #179
  • PR Base - master (#483)
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