diff --git a/README.md b/README.md index 08e9857..f6a2020 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Leetcode - Java -[![Makefile CI](https://github.com/dksifoua/leetcode/actions/workflows/makefile-ci.yaml/badge.svg)](https://github.com/dksifoua/leetcode/actions/workflows/makefile-ci.yaml) +![Makefile CI](https://github.com/dksifoua/leetcode/actions/workflows/makefile-ci.yaml/badge.svg) +![Codecov](https://img.shields.io/codecov/c/github/dksifoua/leetcode) ## Types of data structures diff --git a/build.gradle b/build.gradle index 90b4cb8..ccb7538 100644 --- a/build.gradle +++ b/build.gradle @@ -30,16 +30,6 @@ jacocoTestReport { reports { xml.required = true - html.required = true - } -} - -jacocoTestCoverageVerification { - violationRules { - rule { - limit { - minimum = 0.5 - } - } + html.required = false } } \ No newline at end of file