anonl / nvlist
Showing 1 of 4 files from the diff.

@@ -7,7 +7,7 @@
Loading
7 7
 */
8 8
public final class EngineVersion {
9 9
10 -
    private static final String VERSION_STRING = "4.9.5";
10 +
    private static final String VERSION_STRING = "4.9.6";
11 11
    private static final VersionNumber VERSION = VersionNumber.parse(
12 12
            // Take only major.minor part of the version number
13 13
            VERSION_STRING.replaceAll("(\\d+\\.\\d+).*", "$1"));
Files Complexity Coverage
api/src/main/java/nl/weeaboo/vn 91.53% 96.76%
buildtools/src/main/java/nl/weeaboo/vn/buildtools 83.33% 89.43%
core/src/main/java/nl/weeaboo/vn 82.37% 86.62%
Project Totals (369 files) 83.24% 87.66%
1
codecov:
2
  status:
3
    project: yes
4
    patch: no
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading