Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

tjasiuniene/example-java

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Codecov Java Example

  1. Add JaCoCo Plugin to your pom.xml file, see here
  2. Call bash <(curl -s https://codecov.io/bash) -t repository-upload-token at the end of your CI build
  • Is you repository public and tested with Travis, CircleCI or AppVeyor? Then the repository upload token is not required!

Other examples

Frequently Asked Questions

####❔How do I enable multi-module projects?

In your pom.xml file please append a list of modules in your projects

<project>
  <modules>
    <module>module_a/</module>
    <module>module_b/</module>
  </modules>
</project>

####❔Seeing Skipping JaCoCo execution due to missing execution data file?

Please see http://stackoverflow.com/questions/18107375/...

####❔Does Codecov accept jacoco.exec reports?

No, these files are not supported. Please produce a xml file as detailed in the pom.xml file at codecov/example-java

####❔Is there a Gradle example?

Yes, enter codecov/example-gradle

####❔Is there a Android example?

Yes, enter codecov/example-android

About

Java Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.