coverband 4.2.3.rc.1 → 4.2.3.rc.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9f8a71fc670b19d665c9234dec871025649f29f958a5cc853992a2d3e05d95a
4
- data.tar.gz: 210bd1569609d05d4d480152d64ae00cfcc3a233473f13d61192207b584d8314
3
+ metadata.gz: fa17a815c423bc9dd0bfc41b5037b5e99949ec313c1272f307f049cb56704468
4
+ data.tar.gz: d4c4bf52f7e4c903296593837d78694905653caed5ac153d0b064bf86b3a0fef
5
5
  SHA512:
6
- metadata.gz: 49e039fe18d8c049524b807af2e0005d7857cc550b65c61f1814ea2fdd64b304c2d5eeb7b6b653622054b338985bec217b245b87bbf6b8139d590609f977a980
7
- data.tar.gz: 4985b01cb295f64dbee3543fc721e445d9066d956a71966672185eabc6ae87549ce893993dfef3dc142775836aef2b0102f10eb234fa564a0067049376a6b331
6
+ metadata.gz: e7c42a2819629c4910994cf55aed162c6e2d554553de8652b3386fa1ec3e279e2481d7f54e527db586f4304274d4f160181806bbe53284f461e9474d01eb4ffe
7
+ data.tar.gz: 18aebac3babfe31051b9fa8c01c4f1fa0ef89bc2fc8651380da95776d54e09c30aa804c981a07bf2c452b8a4c009d21a50410a1018c9a7e68e77e45b930be74a
@@ -5,5 +5,5 @@
5
5
  # use format '4.2.1.rc.1' ~> 4.2.1.rc to prerelease versions like v4.2.1.rc.2 and v4.2.1.rc.3
6
6
  ###
7
7
  module Coverband
8
- VERSION = '4.2.3.rc.1'
8
+ VERSION = '4.2.3.rc.2'
9
9
  end
@@ -21,15 +21,15 @@
21
21
  <table class="file_list">
22
22
  <thead>
23
23
  <tr>
24
- <th>File</th>
25
- <th>% covered</th>
26
- <th>% runtime</th>
27
- <th>Lines</th>
28
- <th>Relevant Lines</th>
29
- <th>Lines covered</th>
30
- <th>Lines runtime</th>
31
- <th>Lines missed</th>
32
- <th>Avg. Hits / Line</th>
24
+ <th title="The source file name">File</th>
25
+ <th title="Percentage of relavent lines covered (load & runtime)">% covered</th>
26
+ <th title="Runtime Percentage of relavent lines covered">% runtime</th>
27
+ <th title="The total line number count for the file">Lines</th>
28
+ <th title="Line number count excluding comments, whitespace, etc...">Relevant Lines</th>
29
+ <th title="The number of lines covered (load & runtime)">Lines covered</th>
30
+ <th title="The number of lines covered (runtime only)">Lines runtime</th>
31
+ <th title="Lines not covered (load & runtime)">Lines missed</th>
32
+ <th title="Avg hits per line in file (load & runtime)">Avg. Hits / Line</th>
33
33
  </tr>
34
34
  </thead>
35
35
  <tbody>
@@ -19,7 +19,7 @@
19
19
  <% if source_file.never_loaded %>
20
20
  <br/>
21
21
  <span class="red">
22
- <strong>This file was never loaded during app runtime or loading!</strong>
22
+ <strong>This file was never loaded during app runtime or loading (or was loaded before Coverband loaded)!</strong>
23
23
  </span>
24
24
  <% end %>
25
25
  </h4>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coverband
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.3.rc.1
4
+ version: 4.2.3.rc.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Mayer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-09-17 00:00:00.000000000 Z
12
+ date: 2019-09-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk-s3