[PATCH v6] travis: move code style check to separate job#31
Closed
muvarov wants to merge 1 commit intoOpenDataPlane:masterfrom
Closed
[PATCH v6] travis: move code style check to separate job#31muvarov wants to merge 1 commit intoOpenDataPlane:masterfrom
muvarov wants to merge 1 commit intoOpenDataPlane:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #31 +/- ##
=============================================
- Coverage 78.357% 78.345% -0.013%
=============================================
Files 172 172
Lines 31485 31485
=============================================
- Hits 24671 24667 -4
- Misses 6814 6818 +4
|
4807b34 to
c4ac7fc
Compare
c4ac7fc to
de17c3c
Compare
de17c3c to
f2fb2f0
Compare
f2fb2f0 to
647d8c7
Compare
Contributor
Author
|
@Bill-Fischofer-Linaro looks like travis was down. Test results with this patch will be like: |
Move this check to separate job to better see which exactly task was failed. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
647d8c7 to
ba3e0ee
Compare
Bill-Fischofer-Linaro
approved these changes
May 22, 2017
Contributor
Bill-Fischofer-Linaro
left a comment
There was a problem hiding this comment.
Reviewed-by: Bill Fischofer bill.fischofer@linaro.org
Contributor
Author
|
@Bill-Fischofer-Linaro looks like travis is not very stable but test result for this commit is here: https://travis-ci.org/muvarov/odp/builds/234950108 |
Contributor
Author
|
Merged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Move this check to separate job to better see which exactly
task was failed.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org