-
Notifications
You must be signed in to change notification settings - Fork 826
Open
Labels
Developers DiscussionDiscussion about redesign or changesDiscussion about redesign or changesenhancement
Description
This is a follow-up to #6875. Related to d481172.
Now that coverage exists, we need to upload the results to a service that will track the coverage over time and that integrates with GitHub to share the progress in the pull requests.
The 2 I most commonly come across are:
Both have integrations and examples showing how to integrate into your current Travis workflow. Here are links to the related maven plugins:
-
CodeCov plugin for Jacoco / example PR output
I believe the first step is to setup an account with one of the selected services. I can do the work of adding the plugins and such, but an admin would need to setup the project in Coveralls or CodeCov and supply any API keys or related artifacts.
Metadata
Metadata
Assignees
Labels
Developers DiscussionDiscussion about redesign or changesDiscussion about redesign or changesenhancement