You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
4
4
1. Add JaCoCo Plugin to your pom.xml file, [see here](https://github.com/codecov/example-java/blob/master/pom.xml#L38-L56)
5
5
2. Call `bash <(curl -s https://codecov.io/bash) -t repository-upload-token` at the end of your CI build
6
-
- Is you repository public and tested with Travis, CircleCI or AppVeyor? Then the repository upload token is not required!
6
+
- Using Travis CI, CircleCI or AppVeyor **AND** the repository is public? **You're done!** No token needed.
7
+
- Otherwise, please add your [repository token token][5].
7
8
8
9
> Other examples
9
10
> -[Maven Example][4]
@@ -13,7 +14,7 @@
13
14
14
15
# Frequently Asked Questions
15
16
16
-
####❔How do I enable multi-module projects?
17
+
####❔How do I enable multi-module projects?
17
18
18
19
In your `pom.xml` file please append a list of modules in your projects
19
20
@@ -26,19 +27,19 @@ In your `pom.xml` file please append a list of modules in your projects
26
27
</project>
27
28
```
28
29
29
-
####❔Seeing `Skipping JaCoCo execution due to missing execution data file`?
30
+
####❔Seeing `Skipping JaCoCo execution due to missing execution data file`?
30
31
31
32
Please see [http://stackoverflow.com/questions/18107375/...](http://stackoverflow.com/questions/18107375/getting-skipping-jacoco-execution-due-to-missing-execution-data-file-upon-exec)
32
33
33
-
####❔Does Codecov accept `jacoco.exec` reports?
34
+
####❔Does Codecov accept `jacoco.exec` reports?
34
35
35
36
**No**, these files are not supported. Please produce a `xml` file as detailed in the pom.xml file at [codecov/example-java][1]
0 commit comments