File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 8
8
- ./gradlew build check
9
9
after_script :
10
10
- " ./scripts/s3upload.sh"
11
+ after_success :
12
+ - bash <(curl -s https://codecov.io/bash)
11
13
env :
12
14
global :
13
15
- S3_POLICY : ewogICJleHBpcmF0aW9uIjogIjIxMDAtMDEtMDFUMTI6MDA6MDAuMDAwWiIsCiAgImNvbmRpdGlvbnMiOiBbCiAgICB7ImFjbCI6ICJwdWJsaWMtcmVhZCIgfSwKICAgIHsiYnVja2V0IjogInNlbmRncmlkLW9wZW4tc291cmNlIiB9LAogICAgWyJzdGFydHMtd2l0aCIsICIka2V5IiwgInNlbmRncmlkLWphdmEvIl0sCiAgICBbImNvbnRlbnQtbGVuZ3RoLXJhbmdlIiwgMjA0OCwgMjY4NDM1NDU2XSwKICAgIFsiZXEiLCAiJENvbnRlbnQtVHlwZSIsICJhcHBsaWNhdGlvbi96aXAiXQogIF0KfQo=
Original file line number Diff line number Diff line change 54
54
<version >4.5.2</version >
55
55
</dependency >
56
56
</dependencies >
57
+ <build >
58
+ <plugins >
59
+ <plugin >
60
+ <groupId >org.jacoco</groupId >
61
+ <artifactId >jacoco-maven-plugin</artifactId >
62
+ <version >0.7.7.201606060606</version >
63
+ <executions >
64
+ <execution >
65
+ <goals >
66
+ <goal >prepare-agent</goal >
67
+ </goals >
68
+ </execution >
69
+ <execution >
70
+ <id >report</id >
71
+ <phase >test</phase >
72
+ <goals >
73
+ <goal >report</goal >
74
+ </goals >
75
+ </execution >
76
+ </executions >
77
+ </plugin >
78
+ </plugins >
79
+ </build >
57
80
</project >
You can’t perform that action at this time.
0 commit comments