-
Notifications
You must be signed in to change notification settings - Fork 611
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
Upload of the daily snapshot to gh pages doesn't work #308
Comments
Signed-off-by: Andrey Loskutov <[email protected]>
|
Signed-off-by: Andrey Loskutov <[email protected]>
Ok, looks like someone (travis?) deletes the files between Looks like |
Signed-off-by: Andrey Loskutov <[email protected]>
Signed-off-by: Andrey Loskutov <[email protected]>
At least the coveralls task fails with the error
|
Signed-off-by: Andrey Loskutov <[email protected]>
Signed-off-by: Andrey Loskutov <[email protected]>
OK, after few attempts I've fixed |
Signed-off-by: Andrey Loskutov <[email protected]>
The coverage was executed also on test code, and tests contained duplicated classes (which is OK), but this shoked jacoco build. We should not run coverage on test code, it does not make any sense.
The coveralls task deletes eclipsePlugin/build/site directory contents (I don't know why). The workaround is just to retrigger site generation task for the daily update site.
See PR #310. I have no idea why coveralls deletes data, so I did a workaround. |
The coverage was executed also on test code, and tests contained duplicated classes (which is OK), but this shoked jacoco build. We should not run coverage on test code, it does not make any sense.
The coveralls task deletes eclipsePlugin/build/site directory contents (I don't know why). The workaround is just to retrigger site generation task for the daily update site.
Finally with PR #311 we fixed deployment and the build! |
See #302 and #304, log file: https://travis-ci.org/spotbugs/spotbugs/builds/262106745
We fail with:
The text was updated successfully, but these errors were encountered: