-
Notifications
You must be signed in to change notification settings - Fork 778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Test Coverage Tracking] Added coveralls integration #8247
Conversation
.travis.yml
Outdated
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc | ||
after_success: | ||
- mvn clean test jacoco:report coveralls:report |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it must be like that:
mvn clean jacoco:prepare-agent test jacoco:report jacoco:report-aggregate coveralls:report
Also coveralls must support multi modules project (if not then it must load report from a Mage.Verify project only -- like sonar do, see pom's comment about it).
@JayDi85 Did you ever click buttons on the coveralls site to add this project? |
Yes. It sends something: https://coveralls.io/builds/43239474 |
That was from the |
Closing as per #8246, sonar to be run manually on occasion due to large size of project |
Fixes #8246
This needs an admin to setup a https://coveralls.io account and update the referenced repo token in the code.