Other files ignored by Codecov
build.gradle
has changed.
template/build-tools/common-packr.gradle
has changed.
CHANGELOG.md
has changed.
template/build-res/build.properties
has changed.
7 | 7 | */ |
|
8 | 8 | public final class EngineVersion { |
|
9 | 9 | ||
10 | - | private static final String VERSION_STRING = "4.9.3"; |
|
10 | + | private static final String VERSION_STRING = "4.9.4"; |
|
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.34% | 86.60% |
Project Totals (369 files) | 83.22% | 87.64% |