-
Notifications
You must be signed in to change notification settings - Fork 1
Travis CI setup and README changes #1
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
base: master
Are you sure you want to change the base?
Conversation
Initial setup with Travis
vegarab
left a comment
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.
Should update README with code-coverage and build-badge. Also perhaps add something about this being migrated from Gitlab, therefore previous issues/PRs are not present?
| sudo: false | ||
| script: mvn clean verify | ||
| script: mvn clean verify -f tdt4140-gr1864/pom.xml $MAVEN_CLI_OPTS | ||
| notifications: |
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.
Travis CI should run all tests as well. Running mvn clean install -f tdt4140-gr1864/pom.xml $MAVEN_CLI_OPTS should do that.
Codecov Report
@@ Coverage Diff @@
## master #1 +/- ##
=========================================
Coverage ? 54.91%
Complexity ? 401
=========================================
Files ? 64
Lines ? 2759
Branches ? 166
=========================================
Hits ? 1515
Misses ? 1195
Partials ? 49Continue to review full report at Codecov.
|
Added working CI with Travis.
Also removed the FxAppTest. Was not used for anything.