-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
NUTCH-3085 Augment CI by adding code coverage and code quality reporting #838
base: master
Are you sure you want to change the base?
Conversation
Dubious. On my laptop the reports are generated, also when running exactly |
@sebastian-nagel I've experienced this in the past where some creative path substitution is required to accommodate GitHub build node directory structure. I'll work on that and adjust the PR accordingly. Thanks for taking a look! |
PR for https://issues.apache.org/jira/browse/NUTCH-3085
The Jacoco code coverage reporting is working fine.
Later down the line we can consider incorporating the existing Spotbugs reporting into this new SonarCloud scanning.
We need to work with INFRA on creating the following secrets for use in the new CI
secrets.GITHUB_TOKEN
secrets.SONAR_TOKEN
This CI will likely fail for a while until I figure out the above kinks.