<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/jscover/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/jscover/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 24 Jul 2017 12:11:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jscover/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by tntim96</title><link>https://sourceforge.net/p/jscover/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,8 +1,7 @@
 [JSCover](http://jscover.sourceforge.net/) - A JavaScript code coverage measurement tool.
 ================================

-[![Build Status](https://travis-ci.org/tntim96/JSCover.svg?branch=master)](https://travis-ci.org/tntim96/JSCover)
-[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/JSCover)
+[![Build Status](https://travis-ci.org/tntim96/JSCover.svg?branch=master)](https://travis-ci.org/tntim96/JSCover) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/JSCover)

 JSCover is an easy-to-use JavaScript code coverage measuring tool. It is an enhanced version of the popular
 [JSCoverage](http://siliconforks.com/jscoverage/) tool, having added several features including **branch coverage**,
@@ -11,10 +10,7 @@

 It's distinguishing factor from other JavaScript coverage tools is that it easily runs in any browser
 (supporting JavaScript) allowing coverage measurement of tests that include DOM interaction.
-It can be run with most tools (e.g.
-[Jasmine](http://jasmine.github.io/),
-[QUnit](http://qunitjs.com/),
-[Mocha](http://mochajs.org/), etc...).
+It can be run with most tools (e.g. [Jasmine](http://jasmine.github.io/), [QUnit](http://qunitjs.com/), [Mocha](http://mochajs.org/), etc...).

 Development
 -----------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tntim96</dc:creator><pubDate>Mon, 24 Jul 2017 12:11:45 -0000</pubDate><guid>https://sourceforge.net8564f9e26b01ab868810db0ef608dcb6af4009aa</guid></item><item><title>Home modified by tntim96</title><link>https://sourceforge.net/p/jscover/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,19 +1,31 @@
 [JSCover](http://jscover.sourceforge.net/) - A JavaScript code coverage measurement tool.
 ================================

-[![Build Status](https://drone.io/github.com/tntim96/JSCover/status.png)](https://drone.io/github.com/tntim96/JSCover/latest)
+[![Build Status](https://travis-ci.org/tntim96/JSCover.svg?branch=master)](https://travis-ci.org/tntim96/JSCover)
+[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/JSCover)

-JSCover is an easy-to-use JavaScript code coverage measuring tool. It is an enhanced version of the popular [JSCoverage](http://siliconforks.com/jscoverage/) tool, having added several features including **branch coverage**, **LCOV** and **Cobertura XML** reports for CI integration, hooks for automated tests and **HTML Local Storage** to maintain coverage data without the use of iFrames or JavaScript opened windows.
+JSCover is an easy-to-use JavaScript code coverage measuring tool. It is an enhanced version of the popular
+[JSCoverage](http://siliconforks.com/jscoverage/) tool, having added several features including **branch coverage**,
+**LCOV** and **Cobertura XML** reports for CI integration, hooks for automated tests and **HTML Local Storage** to
+maintain coverage data without the use of iFrames or JavaScript opened windows.

-It's distinguishing factor from other JavaScript coverage tools is that it easily runs in any browser (supporting JavaScript) allowing coverage measurement of tests that include DOM interaction. It can be run with most tools (e.g. [Jasmine](http://pivotal.github.com/jasmine/), [QUnit](http://qunitjs.com/), etc...).
+It's distinguishing factor from other JavaScript coverage tools is that it easily runs in any browser
+(supporting JavaScript) allowing coverage measurement of tests that include DOM interaction.
+It can be run with most tools (e.g.
+[Jasmine](http://jasmine.github.io/),
+[QUnit](http://qunitjs.com/),
+[Mocha](http://mochajs.org/), etc...).

 Development
 -----------
-Development with JSCover is simple (clean check-out and build should just work). It is an Ant build using Maven's dependency management. What you need:
+Development with JSCover is simple (clean check-out and build should just work). It is an Ant build using Maven's
+dependency management. What you need:
+* Java 1.8+ (runtime requires Java 1.8+)
+* Ant (developed with version 1.9.2 to 1.9.8)

-* Java (minimum 1.5)
-* Ant (developed with version 1.9.2/3/4)
+Most development has been done with IntelliJ ultimate edition, and some with Eclipse and IntelliJ community edition.
+Project files for IDEs are checked in, but any editor can be used.

-Most development has been done with IntelliJ ultimate edition, and some with Eclipse and IntelliJ community edition. Project files for IDEs are checked in, but any editor can be used.
-
-Before checking in any changes, be sure to run `ant pre-commit` which runs the full build and test suite, and enforces coverage limits on the combined unit and integration tests as well as on the combined unit, integration and acceptance tests.
+Before checking in any changes, be sure to run `ant pre-commit` which runs the full build and test suite,
+and enforces coverage limits on the combined unit and integration tests as well as on the combined unit,
+integration and acceptance tests.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tntim96</dc:creator><pubDate>Mon, 24 Jul 2017 10:05:45 -0000</pubDate><guid>https://sourceforge.net13543a2703c45fb30ac8b75ac34bf1e3dd22d92d</guid></item><item><title>Home modified by tntim</title><link>https://sourceforge.net/p/jscover/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -5,8 +5,7 @@

 JSCover is an easy-to-use JavaScript code coverage measuring tool. It is an enhanced version of the popular [JSCoverage](http://siliconforks.com/jscoverage/) tool, having added several features including **branch coverage**, **LCOV** and **Cobertura XML** reports for CI integration, hooks for automated tests and **HTML Local Storage** to maintain coverage data without the use of iFrames or JavaScript opened windows.

-It's distinguishing factor from other JavaScript coverage tools is that it easily runs in any browser (supporting JavaScript) allowing coverage measurement of tests that include DOM interaction.
-It can be run with most tools (e.g. [Jasmine](http://pivotal.github.com/jasmine/), [QUnit](http://qunitjs.com/), etc...).
+It's distinguishing factor from other JavaScript coverage tools is that it easily runs in any browser (supporting JavaScript) allowing coverage measurement of tests that include DOM interaction. It can be run with most tools (e.g. [Jasmine](http://pivotal.github.com/jasmine/), [QUnit](http://qunitjs.com/), etc...).

 Development
 -----------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tntim</dc:creator><pubDate>Thu, 22 May 2014 10:48:10 -0000</pubDate><guid>https://sourceforge.netfc02d848b41a46cea6ce99934a80efd58464426a</guid></item><item><title>Home modified by tntim</title><link>https://sourceforge.net/p/jscover/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,4 +1,4 @@
-[JSCover](http://tntim96.github.com/JSCover) - A JavaScript code coverage measurement tool.
+[JSCover](http://jscover.sourceforge.net/) - A JavaScript code coverage measurement tool.
 ================================

 [![Build Status](https://drone.io/github.com/tntim96/JSCover/status.png)](https://drone.io/github.com/tntim96/JSCover/latest)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tntim</dc:creator><pubDate>Thu, 22 May 2014 10:47:37 -0000</pubDate><guid>https://sourceforge.net2cd7e1a9a092904ad3eb2f5ebdf08d19652209b8</guid></item><item><title>Home modified by tntim</title><link>https://sourceforge.net/p/jscover/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -5,8 +5,7 @@

 JSCover is an easy-to-use JavaScript code coverage measuring tool. It is an enhanced version of the popular [JSCoverage](http://siliconforks.com/jscoverage/) tool, having added several features including **branch coverage**, **LCOV** and **Cobertura XML** reports for CI integration, hooks for automated tests and **HTML Local Storage** to maintain coverage data without the use of iFrames or JavaScript opened windows.

-It's distinguishing factor from other JavaScript coverage tools is that it easily runs in any browser
-(supporting JavaScript) allowing coverage measurement of tests that include DOM interaction.
+It's distinguishing factor from other JavaScript coverage tools is that it easily runs in any browser (supporting JavaScript) allowing coverage measurement of tests that include DOM interaction.
 It can be run with most tools (e.g. [Jasmine](http://pivotal.github.com/jasmine/), [QUnit](http://qunitjs.com/), etc...).

 Development
@@ -16,9 +15,6 @@
 * Java (minimum 1.5)
 * Ant (developed with version 1.9.2/3/4)

-Most development has been done with IntelliJ ultimate edition, and some with Eclipse and IntelliJ community edition.
-Project files for IDEs are checked in, but any editor can be used.
+Most development has been done with IntelliJ ultimate edition, and some with Eclipse and IntelliJ community edition. Project files for IDEs are checked in, but any editor can be used.

-Before checking in any changes, be sure to run `ant pre-commit` which runs the full build and test suite,
-and enforces coverage limits on the combined unit and integration tests as well as on the combined unit,
-integration and acceptance tests.
+Before checking in any changes, be sure to run `ant pre-commit` which runs the full build and test suite, and enforces coverage limits on the combined unit and integration tests as well as on the combined unit, integration and acceptance tests.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tntim</dc:creator><pubDate>Thu, 22 May 2014 10:47:10 -0000</pubDate><guid>https://sourceforge.netfa90436dcc7fb60b3a4abe6f905ccb1f2390e653</guid></item><item><title>Home modified by tntim</title><link>https://sourceforge.net/p/jscover/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -12,6 +12,7 @@
 Development
 -----------
 Development with JSCover is simple (clean check-out and build should just work). It is an Ant build using Maven's dependency management. What you need:
+
 * Java (minimum 1.5)
 * Ant (developed with version 1.9.2/3/4)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tntim</dc:creator><pubDate>Thu, 22 May 2014 10:46:04 -0000</pubDate><guid>https://sourceforge.neted9ed2bff95528a2e88067737e3406386d8b56f8</guid></item><item><title>Home modified by tntim</title><link>https://sourceforge.net/p/jscover/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,23 @@
-Welcome to your wiki!
+[JSCover](http://tntim96.github.com/JSCover) - A JavaScript code coverage measurement tool.
+================================

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+[![Build Status](https://drone.io/github.com/tntim96/JSCover/status.png)](https://drone.io/github.com/tntim96/JSCover/latest)

-The wiki uses [Markdown](/p/jscover/wiki/markdown_syntax/) syntax.
+JSCover is an easy-to-use JavaScript code coverage measuring tool. It is an enhanced version of the popular [JSCoverage](http://siliconforks.com/jscoverage/) tool, having added several features including **branch coverage**, **LCOV** and **Cobertura XML** reports for CI integration, hooks for automated tests and **HTML Local Storage** to maintain coverage data without the use of iFrames or JavaScript opened windows.

-[[project_admins]]
-[[download_button]]
+It's distinguishing factor from other JavaScript coverage tools is that it easily runs in any browser
+(supporting JavaScript) allowing coverage measurement of tests that include DOM interaction.
+It can be run with most tools (e.g. [Jasmine](http://pivotal.github.com/jasmine/), [QUnit](http://qunitjs.com/), etc...).
+
+Development
+-----------
+Development with JSCover is simple (clean check-out and build should just work). It is an Ant build using Maven's dependency management. What you need:
+* Java (minimum 1.5)
+* Ant (developed with version 1.9.2/3/4)
+
+Most development has been done with IntelliJ ultimate edition, and some with Eclipse and IntelliJ community edition.
+Project files for IDEs are checked in, but any editor can be used.
+
+Before checking in any changes, be sure to run `ant pre-commit` which runs the full build and test suite,
+and enforces coverage limits on the combined unit and integration tests as well as on the combined unit,
+integration and acceptance tests.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tntim</dc:creator><pubDate>Thu, 22 May 2014 10:44:58 -0000</pubDate><guid>https://sourceforge.net8a9ffa1324e58ad4a3869975c235d9271f650ba0</guid></item><item><title>WikiPage Home modified by tntim</title><link>https://sourceforge.net/p/jscover/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/jscover/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tntim</dc:creator><pubDate>Wed, 12 Dec 2012 09:26:47 -0000</pubDate><guid>https://sourceforge.netb18b7d4966e49f85b139d9a9dd8d0b4110411d29</guid></item></channel></rss>