Other files ignored by Codecov
project/plugins.sbt
has changed.
Files | Coverage |
---|---|
core | 86.32% |
laws/shared/src/main/scala/cats/effect/laws | 97.99% |
Project Totals (68 files) | 89.20% |
TRAVIS_OS_NAME=linux openjdk8=
1 |
codecov: |
2 |
notify: |
3 |
require_ci_to_pass: yes |
4 |
|
5 |
coverage: |
6 |
precision: 2 |
7 |
round: down |
8 |
range: "70...100" |
9 |
|
10 |
status: |
11 |
project: no |
12 |
patch: no |
13 |
changes: no |
14 |
|
15 |
parsers: |
16 |
gcov: |
17 |
branch_detection: |
18 |
conditional: yes |
19 |
loop: yes |
20 |
method: no |
21 |
macro: no |
22 |
|
23 |
comment: |
24 |
layout: "header, diff" |
25 |
behavior: default |
26 |
require_changes: no |