Other files ignored by Codecov
config
has 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% |
TRAVIS_OS_NAME=linux openjdk8=
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" |