Skip to content

Commit

Permalink
Release 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tntim96 committed Apr 26, 2022
1 parent a0ad219 commit a536006
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 30 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.0.15 / 2022-??-??
2.0.15 / 2022-04-27
==================
* Fix instrument function after comma in assignment (https://github.com/tntim96/JSCover/issues/303)
* Fix selenium-ide.html in localStorage-file-system example (https://github.com/tntim96/JSCover/issues/312)
Expand Down
4 changes: 2 additions & 2 deletions bookmarks.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<title>JSCover Bookmarks</title>
</head>
Expand Down Expand Up @@ -109,7 +109,7 @@ <h1>Release Steps</h1>
<li>Update release date in History.md</li>
<li>Make sure working directory is clear of changes</li>
<li>Make sure all tests pass and build sourceforge release (ant release)</li>
<li>Commit changes and tag with version (git tag v2.0.14, git push --tags, git push sf-origin --tags)</li>
<li>Commit changes and tag with version (git tag v2.0.15, git push --tags, git push sf-origin --tags)</li>
<li>Upload sourceforge release</li>
<li>Build Maven files (ant generate-files)</li>
<li>Sign files (gpg -ab filename)</li>
Expand Down
2 changes: 1 addition & 1 deletion doc/buzz.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="text/javascript" src="js/util.js?v=2014a"></script>
<script type="text/javascript" src="js/util.js?v=2015"></script>


<h2>JSCover Articles/Blogs</h2>
Expand Down
2 changes: 1 addition & 1 deletion doc/contribute.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="text/javascript" src="js/util.js?v=2014a"></script>
<script type="text/javascript" src="js/util.js?v=2015"></script>
<h2>Contribute</h2>

<p>
Expand Down
8 changes: 4 additions & 4 deletions doc/downloads.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<script type="text/javascript" src="js/util.js?v=2014a"></script>
<script type="text/javascript" src="js/util.js?v=2015"></script>
<h2>Latest Stable Release</h2>
<h3>ZIP Release</h3>
<p>
The latest release is
<a href="http://sourceforge.net/projects/jscover/files/JSCover-2.0.14.zip/download" target="_blank">v2.0.14</a>.
<a href="http://sourceforge.net/projects/jscover/files/JSCover-2.0.15.zip/download" target="_blank">v2.0.15</a>.
</p>
<p>
See the
Expand All @@ -18,12 +18,12 @@ <h3>Maven</h3>
<div class="xmlBlock"><span class="xmlTag">&lt;dependency&gt;</span><br/>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="xmlTag">&lt;</span><span class="xmlTag">groupId&gt;</span><span class="xmlValue">com.github.tntim96</span><span class="xmlTag">&lt;/groupId&gt;</span><br/>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="xmlTag">&lt;artifactId&gt;</span><span class="xmlValue">JSCover</span><span class="xmlTag">&lt;/artifactId&gt;</span><br/>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="xmlTag">&lt;version&gt;</span><span class="xmlValue">2.0.14</span><span class="xmlTag">&lt;/version&gt;</span><br/>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="xmlTag">&lt;version&gt;</span><span class="xmlValue">2.0.15</span><span class="xmlTag">&lt;/version&gt;</span><br/>
<span class="xmlTag">&lt;/dependency&gt;</span></div>
</td>
<td>
<h3>Gradle</h3>
<div class="xmlBlock"><span class="xmlTag">'</span><span class="xmlValue">com.github.tntim96</span><span class="xmlTag">:</span><span class="xmlValue">JSCover</span><span class="xmlTag">:</span><span class="xmlValue">2.0.14</span><span class="xmlTag">'</span></div>
<div class="xmlBlock"><span class="xmlTag">'</span><span class="xmlValue">com.github.tntim96</span><span class="xmlTag">:</span><span class="xmlValue">JSCover</span><span class="xmlTag">:</span><span class="xmlValue">2.0.15</span><span class="xmlTag">'</span></div>
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion doc/examples.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="text/javascript" src="js/util.js?v=2014a"></script>
<script type="text/javascript" src="js/util.js?v=2015"></script>

<h2>Working Examples</h2>

Expand Down
28 changes: 17 additions & 11 deletions doc/faq.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="text/javascript" src="js/util.js?v=2014a"></script>
<script type="text/javascript" src="js/util.js?v=2015"></script>
<h2>FAQ</h2>

<h3>Where is the encoding option?</h3>
Expand All @@ -16,10 +16,15 @@ <h3>Can I save a report in file-system mode?</h3>
<h3>How does JSCover maintain quality?</h3>
<p>
JSCover reuses JSCoverage's regression tests
(see <a href="https://github.com/tntim96/JSCover/blob/master/src/test-integration/java/jscover/instrument/InstrumentAndHighlightRegressionTest.java" target="_blank">InstrumentAndHighlightRegressionTest</a>)
and has added a suite of unit, integration and acceptance tests which give a fairly high degree of coverage (~97% line, ~95% branch).
(see <a
href="https://github.com/tntim96/JSCover/blob/master/src/test-integration/java/jscover/instrument/InstrumentAndHighlightRegressionTest.java"
target="_blank">InstrumentAndHighlightRegressionTest</a>)
and has added a suite of unit, integration and acceptance tests which give a fairly high degree of coverage (~97%
line, ~95% branch).
JavaScript tests have also been added (using Jasmine) and JSCover is used to check JavaScript coverage
(see <a href="https://github.com/tntim96/JSCover/blob/master/src/test-acceptance/java/jscover/server/HtmlUnitJSTest.java" target="_blank">HtmlUnitJSTest</a>).
(see <a
href="https://github.com/tntim96/JSCover/blob/master/src/test-acceptance/java/jscover/server/HtmlUnitJSTest.java"
target="_blank">HtmlUnitJSTest</a>).
</p>
<p>
All bugs are corrected by first writing failing test to ensure no regression errors occur.
Expand All @@ -28,12 +33,13 @@ <h3>How does JSCover maintain quality?</h3>
<h3>Why won't the coverage report load in Google Chrome or FireFox?</h3>
<h3>Why doesn't the manual load off the file-system in Google Chrome or FireFox?</h3>
<h3>Why don't the web-pages load off the file-system in Google Chrome or FireFox?</h3>
<p>Try:
<ul>
<li>Chrome: start with '--allow-file-access-from-files' switch</li>
<li>FireFox <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSRequestNotHttp">no longer allows this</a></li>
</ul>
</p>
<p>Try:</p>
<ul>
<li>Chrome: start with '--allow-file-access-from-files' switch</li>
<li>FireFox <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSRequestNotHttp">no longer
allows this</a></li>
</ul>


<h3>Does the developer use JSCover on projects</h3>
<p>Yes.</p>
Expand All @@ -46,4 +52,4 @@ <h3>Does an error log entry mean my coverage report is wrong?</h3>
</p>

<h3>JSCoverage FAQ</h3>
<p>Also see the <a href="http://siliconforks.com/jscoverage/faq.html" target="_blank">JSCoverage FAQ</a></p>
<p>Also see the <a href="https://siliconforks.com/jscoverage/faq.html" target="_blank">JSCoverage FAQ</a></p>
2 changes: 1 addition & 1 deletion doc/home.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="text/javascript" src="js/util.js?v=2014a"></script>
<script type="text/javascript" src="js/util.js?v=2015"></script>
<h2>JSCover</h2>
<p>
<a href="https://github.com/tntim96/JSCover" target="_blank">JSCover</a> is a tool that measures code coverage for JavaScript programs.
Expand Down
6 changes: 3 additions & 3 deletions doc/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<html>
<html lang="en">
<head>
<title>JSCover | JavaScript code coverage</title>
<meta name="description" content="A javascript code coverage tool. JSCover is free and simple to install and use.">
<meta name="google-site-verification" content="0JGEVDxOlrMD-4CjnaRL8fZ2q1ljG3b5g3_mBWhFpmQ" />
<link rel="stylesheet" type="text/css" href="css/style.css?v=2014a">
<link rel="stylesheet" type="text/css" href="css/style.css?v=2015">
<link href='https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,600italic,400italic' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="js/nav.js?v=2014a"></script>
<script type="text/javascript" src="js/nav.js?v=2015"></script>
</head>
<body>
<div id="wrapper">
Expand Down
2 changes: 1 addition & 1 deletion doc/js/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $(document).ready(function () {
$('#container').html('<div style="position:relative"><h2>Loading...</h2></div>');
var contentId = $(this).attr("id").replace('Link', '');
$.ajax({
url: contentId + '.html?v=2014a',
url: contentId + '.html?v=2015',
dataType: 'html',
success: function (data) {
$('#container').html(data + '<p>&nbsp;</p>');
Expand Down
2 changes: 1 addition & 1 deletion doc/license.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="text/javascript" src="js/util.js?v=2014a"></script>
<script type="text/javascript" src="js/util.js?v=2015"></script>
<h2>License</h2>
<p>
GNU General Public License, version 2 in
Expand Down
2 changes: 1 addition & 1 deletion doc/links.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="text/javascript" src="js/util.js?v=2014a"></script>
<script type="text/javascript" src="js/util.js?v=2015"></script>
<h2>Used by this project at runtime</h2>
<table>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>JSCover</artifactId>
<packaging>jar</packaging>
<name>JSCover</name>
<version>2.0.15-SNAPSHOT</version>
<version>2.0.15</version>
<description>JSCover is a tool that measures code coverage for JavaScript programs.</description>
<url>https://tntim96.github.io/JSCover/</url>
<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/jscover/configuration.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.0.15-SNAPSHOT
version=2.0.15

0 comments on commit a536006

Please # to comment.