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

makojs / core / 336 / 3
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 29 Oct 2016 05:43AM UTC
Files 9
Run time 0s
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

29 Oct 2016 05:38AM UTC coverage: 100.0%. Remained the same
336.3

push

travis-ci

dominicbarnes
perf: run write hooks as a group (fixes #67)

The primary change here is to run `prewrite`, `write` and `postwrite` hooks together as a group. The previous behavior was to run the `prewrite` hooks first, iterating further to pick up files that were added before moving onto the `write` and `postwrite` hooks.

A consequence of this change is that these 3 write hooks no longer take place in topological order. This guarantee wasn't really possible before, since files could be added to the tree in arbitrary ways. Either way, the unit test for that case has been removed.

Lastly, this opens up the possibility for the `write` and `postwrite` hooks to also add files to the tree, and for them to be picked up automatically. (this behavior was only supported by `prewrite` previously.

290 of 290 relevant lines covered (100.0%)

184.4 hits per line

Source Files on job 336.3
  • Tree
  • List 0
  • Changed 8
  • Source Changed 1
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 336
  • Travis Job 336.3
  • a4ef0995 on github
  • Prev Job for on master (#334.3)
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