From ef8fab57921947ef778be806cfdcb428565ead1d Mon Sep 17 00:00:00 2001 From: Xiaohao Ma Date: Sat, 29 Oct 2016 22:22:19 +0800 Subject: [PATCH] Update contributing.md --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index cddd98a0..c083673b 100644 --- a/contributing.md +++ b/contributing.md @@ -14,7 +14,7 @@ For example, let's say you want to add a mock of Amazon web service such as S3: - Pick and organize the response object by making use of the newly generated S3 cxf-stub or the equivalent. - Debug the mock S3 endpoint with your favorite AWS SDK - Add tests for your code -- Run `gradle check` in your fork before you send the pull request to make sure your code passes the basic checks and tests +- Run `gradle clean coberturaCheck check` in your fork before you send the pull request to make sure your code passes the basic code quality checks and tests And that's all there is to it.