tinylog-org / tinylog
Showing 1 of 2 files from the diff.
Other files ignored by Codecov
pom.xml has changed.

@@ -53,7 +53,7 @@
Loading
53 53
	}
54 54
55 55
	@Override
56 -
	public String getRequesteApiVersion() {
56 +
	public String getRequestedApiVersion() {
57 57
		return REQUESTED_API_VERSION;
58 58
	}
59 59
Files Complexity Coverage
jboss-tinylog/src/main/java/org/tinylog/jboss 98.47% 98.84%
jcl-tinylog/src/main/java/org/tinylog/jcl 88.52% 89.55%
jul-tinylog/src/main/java/org/tinylog/jul 89.47% 91.18%
log4j1.2-api/src/main/java/org/apache/log4j 72.78% 70.50%
slf4j-tinylog/src/main/java/org 93.33% 94.96%
tinylog-api-kotlin/src/main/kotlin/org/tinylog/kotlin 96.08% 95.70%
tinylog-api-scala/src/main/scala/org/tinylog/scala 100.00% 90.00%
tinylog-api/src/main/java/org/tinylog 94.39% 94.07%
tinylog-impl/src/main/java/org/tinylog 94.06% 96.11%
tinylog-jboss/src/main/java/org/tinylog/adapter/jboss 89.66% 91.84%
tinylog1.3-api/src/main/java/org/pmw/tinylog 99.16% 98.91%
...ylog-jul/src/main/java/org/tinylog/adapter/jul/JavaUtilLoggingProvider.java 85.00% 88.24%
Project Totals (134 files) 93.52% 94.42%
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