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 19:00:22 UTC

[jira] [Updated] (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:all-tabpanel ]

Daniel Takamori updated INFRA-12434:
------------------------------------
    Status: Waiting for user  (was: Waiting for Infra)

> 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
>            Assignee: Daniel Takamori
>
> 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)