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

firebase / angularfire / 831
93%
master: 94%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 05 May 2015 04:16AM UTC
Jobs 1
Files 6
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

pending completion
831

push

travis-ci

katowulf
Fixes #617 - $loaded() triggered too soon

Because of promisifying the $$added method, the child_added events were actually being processed internally after the loaded trigger. This occurred because $q.when() actually uses nextTick() internally as well, meaning the child_added events occurred immediately, but then $$process was not called until the second tick occurred; a difficult use case to catch.

The $loaded() event, meanwhile, had already triggered on the first tick. Solution was to promisify all the events and then remove the batch() wrapper since they trigger on nextTick() anyway now. So all events are back to firing in order on the next tick.

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

622 of 671 relevant lines covered (92.7%)

119.5 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
100.0
src/FirebaseArray.js

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/FirebaseArray.js
Jobs
ID Job ID Ran Files Coverage
1 831.1 05 May 2015 04:16AM UTC 0
92.7
Travis Job 831.1
Source Files on build 831
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #831
  • 01cea9ce on github
  • Prev Build on kato-617 (#830)
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

© 2025 Coveralls, Inc