-
-
-
-
-
Fix a bug with global setup and teardown option.
Kami committedJun 6, 2013 Previously it wouldn't work correctly if the actual tests or global setup / teardown procedure is async.
-
Use consistent style (camelCase instead of underscore separated).
Kami committedJun 6, 2013 -
Kami committed
Jun 6, 2013 -
-
-
Update description and keywords.
Kami committedJun 5, 2013 -
Add contributors section to the package.json.
Kami committedJun 5, 2013 -
-
-
Merge branch 'master' into sam-falvo-integrating-istanbul
Kami committedJun 5, 2013 Conflicts: lib/run.js
-
sam-falvo committed
Jun 5, 2013 -
Depend upon --chdir if provided; process.cwd() otherwise.
sam-falvo committedJun 5, 2013 -
Clean up coverage display for HTML reporter
sam-falvo committedJun 5, 2013 Pro: - HTML view of code coverage shows only lines that Istanbul actually instruments. Con: - This change alters the figures reported. A 98-line file with many comments, for example, may appear as though it only has 30 lines.
-
Restore jscoverage behavior re: path-local filenames
sam-falvo committedJun 5, 2013 Previously, it used either the basename, which wouldn't work for hierarchical libraries (required for npm-installed modules, obviously), or it used full-on absolute pathnames (inconvenient for cutting and pasting into shell).
-
-
-
Add a test case for chdir with relative path.
Kami committedJun 4, 2013 -
-
-
-
Merge remote-tracking branch 'cloudkick/sam-falvo-integrating-istanbu…
sam-falvo committedJun 4, 2013 …l' into integrating-istanbul
-
-
-
Remove unused jscoverage options and commented out code.
Kami committedJun 4, 2013 -
Update readme, remove now obsolete jscoverage stuff.
Kami committedJun 4, 2013 -
Merge branch 'integrating-istanbul' of git://github.com/sam-falvo/whi…
Kami committedJun 4, 2013 …skey into sam-falvo-integrating-istanbul
-
Squashed commit of the following: commit b07ba1e Author: Samuel A. Falvo II <sam.falvo@rackspace.com> Date: Tue Jun 4 10:48:48 2013 -0700 removing debugging hardwire to lib-cov commit aa24561 Author: Samuel A. Falvo II <sam.falvo@rackspace.com> Date: Mon Jun 3 17:00:29 2013 -0700 Missing fs module in coverage.js commit 3333dda Author: Samuel A. Falvo II <sam.falvo@rackspace.com> Date: Mon Jun 3 15:49:35 2013 -0700 Debugging -- why u no work all of a sudden?!?! commit 9578824 Author: Samuel A. Falvo II <sam.falvo@rackspace.com> Date: Mon Jun 3 14:21:41 2013 -0700 Removing unnecessary code commit 722db9c Author: Samuel A. Falvo II <sam.falvo@rackspace.com> Date: Mon Jun 3 13:52:39 2013 -0700 Finishing touches and code clean-up before final review * Reverted hard-wired library dependencies on lib-cov. Correct behavior has been observationally confirmed, so it's time to wrap things up and put things back in order. As a feature-request, rch requested that we integrate Rewire into Whiskey to better support this kind of testing, where we want to use the examples with code-coverage. * Fixed many missing "global variable" leaks. * Fixed style issues, such as " vs ' for strings. * Removed unused references to fs module and fs.appendFileSync(). * I believe I did the right thing to list Istanbul as a proper npm dependency for Whiskey. commit 70c9209 Author: Samuel A. Falvo II <sam.falvo@rackspace.com> Date: Mon Jun 3 13:26:51 2013 -0700 Fixed abnormally low hit-vs-missing bug in coverage reports commit 281b650 Author: Samuel A. Falvo II <sam.falvo@rackspace.com> Date: Fri May 31 15:57:04 2013 -0700 HTML reporter once again has proper source listing. commit 9d607c2 Author: Samuel A. Falvo II <sam.falvo@rackspace.com> Date: Fri May 31 14:40:40 2013 -0700 Coverage reports for CLI reporter working again commit 035f1ae Author: Samuel A. Falvo II <sam.falvo@rackspace.com> Date: Thu May 30 18:09:16 2013 -0700 typo commit 9452542 Author: Samuel A. Falvo II <sam.falvo@rackspace.com> Date: Thu May 30 18:03:31 2013 -0700 Work done to convert Istanbul coverage objects into jsCoverage objects. The conversion seems to work, at least from a type-safety point of view. However, both HTML and CLI reporters indicate 0 lines of code covered. Using the json reporter, however, clearly indicates otherwise. To run: NODE_PATH=$(pwd)/lib-cov bin/whiskey --coverage --coverage-reporter cli --coverage-file /tmp/hooey --coverage-dir /tmp -t example/test-bdd.js commit c05b7f1 Author: Samuel A. Falvo II <sam.falvo@rackspace.com> Date: Thu May 30 14:09:20 2013 -0700 Code cleanup prepping for todays editing. commit 5cbfed7 Author: Samuel A. Falvo II <sam.falvo@rackspace.com> Date: Wed May 29 15:09:24 2013 -0700 blah commit dbbaaf4 Author: Samuel A. Falvo II <sam.falvo@rackspace.com> Date: Mon Apr 29 15:41:45 2013 -0700 Fixed missing istanbul instrumentation command commit 9ec686a Author: Samuel A. Falvo II <sam.falvo@rackspace.com> Date: Wed Apr 24 16:37:20 2013 -0700 Attempt to move instrumentation over to Istanbul.
-
-
Kami committed
Jun 3, 2013 -