observing / pre-commit

Automatically installs a git pre-commit script in your git repository which runs your `npm test` on pre-commit
MIT License
1.88k stars 152 forks source link

Support Concurrent Execution #69

Closed caseyWebb closed 6 years ago

caseyWebb commented 8 years ago

Given that these run, well, every time I commit, any possible seconds I can trim off are precious. E.g. linting and running tests or building the app and docs/demos in parallel.

If one of the scripts in a batch fails, it will abort the others.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.5%) to 95.918% when pulling d64bf99c1facb671f3cb546f2fdb4e189ab4549e on caseyWebb:concurrent-execution into fec48cb4e642dfcd62bbdae144f2496a4e43fd0f on observing:master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.5%) to 95.918% when pulling a203549596916ef9c0764f36e109d05a886f5a08 on caseyWebb:concurrent-execution into fec48cb4e642dfcd62bbdae144f2496a4e43fd0f on observing:master.