fluent-validator icon indicating copy to clipboard operation
fluent-validator copied to clipboard

Add a guide for contributors to the README.

Open berlin-ab opened this issue 9 years ago • 1 comments

I was wondering while I was making my pull request:

  • how do you prefer contributions?
  • how do you run the entire test suite?

berlin-ab avatar Dec 07 '16 12:12 berlin-ab

Hi berlin,

For testcases, please run the following commands one by one against the three modules inside project to execute test suite. If all test cases pass, then you can check the index.html file under target folder to see the test coverage rate.

cd fluent-validator && mvn clean package jacoco:report cd fluent-validator-jsr303 && mvn clean package jacoco:report cd fluent-validator-spring && mvn clean package jacoco:report

For the contribution part, I will add a section to make it clear on how to contribute.

neoremind avatar Dec 07 '16 13:12 neoremind