SpineEventEngine / core-java
1 untracked files changed.
Other files ignored by Codecov
config has changed.

No tracked files changed.

Files Complexity Coverage
client/src/main/java/io/spine 86.94% 88.19%
core/src/main/java/io/spine 91.24% 94.77%
model 57.69% 52.02%
server/src/main/java/io/spine 88.89% 91.95%
testutil-client/src/main/java/io/spine/testing/client 94.74% 87.37%
testutil-core/src/main/java/io/spine/testing/core/given 92.86% 97.73%
testutil-server/src/main/java/io/spine/testing/server 90.04% 90.31%
Project Totals (606 files) 88.62% 91.08%
7762.1
TRAVIS_OS_NAME=linux
openjdk8=
7761.1
TRAVIS_OS_NAME=linux
openjdk8=
1
#
2
# See default configuration here: https://github.com/codecov/support/blob/master/codecov.yml
3
#
4
# For more options see: https://gist.github.com/stevepeak/53bee7b2c326b24a9b4a
5
#
6
# Codecov documentation is available here: https://codecov.io/docs
7

8
coverage:
9
  ignore:
10
  - generated/*
11
  - examples/*
12
  - test/*
13
  status:
14
    patch: false
15

16
comment:
17
  layout: "header, diff, changes, uncovered"
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