Skip to content

Commit 51f6ce7

Browse files
authored
Merge branch 'master' into fix
2 parents 5eb6a96 + 98ac567 commit 51f6ce7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ env:
4848
- We should talk about using other CIs here.
4949
- Q: Does Codecov accept `jacoco.exec` reports?<br/>A: **No**, these files are not supported. Please produce a `xml` file as detailed in the pom.xml file at [codecov/example-java][1].
5050
- Q: Is there a Gradle example?<br/>A: **Yes**, enter [codecov/example-gradle][2]
51-
- Q: Is there a Andorid example?<br/>A: **Yes**, enter [codecov/example-android][3]
51+
- Q: Is there a Android example?<br/>A: **Yes**, enter [codecov/example-android][3]
5252
- Q: Is there a Maven example?<br/>A: **Yes**, enter [codecov/example-maven][4]
5353

5454
1. More documentation at https://docs.codecov.io

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>junit</groupId>
3434
<artifactId>junit</artifactId>
35-
<version>4.10</version>
35+
<version>4.12</version>
3636
<scope>test</scope>
3737
</dependency>
3838
</dependencies>
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.jacoco</groupId>
4545
<artifactId>jacoco-maven-plugin</artifactId>
46-
<version>0.8.2</version>
46+
<version>0.8.5</version>
4747
<executions>
4848
<execution>
4949
<goals>
@@ -59,6 +59,11 @@
5959
</execution>
6060
</executions>
6161
</plugin>
62+
<plugin>
63+
<groupId>org.apache.maven.plugins</groupId>
64+
<artifactId>maven-compiler-plugin</artifactId>
65+
<version>3.8.0</version>
66+
</plugin>
6267
</plugins>
6368
</build>
6469

0 commit comments

Comments
 (0)