We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d654b86 commit 883c8e6Copy full SHA for 883c8e6
1 file changed
README.md
@@ -5,7 +5,10 @@
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!
7
8
-> Also see out [Example Android][3] and [Example Gradle][2] repositories.
+> Other examples
9
+> - [Maven Example][4]
10
+> - [Gradle Example][2]
11
+> - [Android Example][3]
12
13
14
# Frequently Asked Questions
@@ -45,3 +48,4 @@ Please see [http://stackoverflow.com/questions/18107375/...](http://stackoverflo
45
48
[1]: https://github.com/codecov/example-java
46
49
[2]: https://github.com/codecov/example-gradle
47
50
[3]: https://github.com/codecov/example-android
51
+[4]: https://github.com/codecov/example-java-maven
0 commit comments