forked from ballerina-platform/ballerina-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
35 lines (31 loc) · 807 Bytes
/
.codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
codecov:
ci:
- travis
- !appveyor # ignore CI builds by AppVeyor
ignore:
- "compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/parser/antlr4" # ignore ANTLR4 generated sources
coverage:
status:
project:
default: off
integration:
flags: integrationtests
unittests:
target: 50%
flags: unittests
flags:
integrationtests:
paths:
- ./tests/ballerina-tools-integration-test
- ./tests/jballerina-integration-test
unittests:
paths:
- ./composer
- ./misc
- ./language-server
- ./tests/ballerina-spec-conformance-tests
- ./tests/ballerina-compiler-plugin-test
- ./tests/ballerina-unit-test
- ./tool-plugins
- ./bvm
- ./stdlib