You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Daniel Takamori (JIRA)" <ji...@apache.org> on 2016/08/15 18:59:20 UTC

[jira] [Commented] (INFRA-12434) Please add coveralls.io integration for Apache incubator-omid

    [ https://issues.apache.org/jira/browse/INFRA-12434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15421485#comment-15421485 ] 

Daniel Takamori commented on INFRA-12434:
-----------------------------------------

https://coveralls.io/github/apache/incubator-omid
I added the environment variable COVERALLS_TOKEN and token from coveralls.io to the Travis configuration.  Please let me know if this works/ if you need anything else.

> Please add coveralls.io integration for Apache incubator-omid
> -------------------------------------------------------------
>
>                 Key: INFRA-12434
>                 URL: https://issues.apache.org/jira/browse/INFRA-12434
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Github
>            Reporter: Francisco Perez-Sorrosal
>
> Could you please enable integration with coveralls.io in travis/github for incubator-omid project?
> NOTE:
> Before moving the project to Apache, we had the test coverage also in coveralls/travis. In order to do that, we have in our main pom.xml file an entry like this to send the reports to coveralls:
>             <plugin>
>                 <groupId>org.eluder.coveralls</groupId>
>                 <artifactId>coveralls-maven-plugin</artifactId>
>                 <configuration>
>                     <repoToken>${COVERALLS_TOKEN}</repoToken>
>                 </configuration>
>             </plugin>
> In order to hide the Coveralls token, we defined the ${COVERALLS_TOKEN} env variable through the Travis console. As we are not able to access the Travis console to add variables, I guess that you'll need to add the variable in the travis console.
> Thanks in advance!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)