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

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

Francisco Perez-Sorrosal created INFRA-12434:
------------------------------------------------

             Summary: 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)