Skip to content
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

P9 #147

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

P9 #147

wants to merge 29 commits into from

Conversation

tarangs20
Copy link

test

wenlockUCD and others added 29 commits March 26, 2019 16:01
This sets up the repo to perform code coverage with the `check` target on gradle. We're also upgrading to gradle to 3.4 which adds support for `jacocoTestReport` and `jacocoTestCoverageVerification` targets.

We comment out the settings.gradle to just have a focus in the exercise for the monolith. We might uncomment that again later.
Setup plugins for performing code coverage
This adds a variable called COVERAGE for test coverage so that
we can build some peer exercises for working with environment
variables that control our build.
verification was missing from some sub projects
Not all the sub-projects are ready for full coverage testing, so we're 
reducing the testing point lower than the highest testing point for 
other projects so that they always pass in favor of projects that are 
ready. If we test below that limit, then testing coverage can apply for 
these sub projects.
We need some sub-projects to have WIP coverage testing
This tunes our coverage range to use the test cases that have the best 
coverage, but still enable lower coverage for other sub projects.
This is a bump for gradel wrapper to see if we can fix the java 9.0.1 
build errors.
test
p1
jdk 8
test
test
ok
gradle build
new jdk
test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants