Skip to content

Commit

Permalink
Adding codecov.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Amit-Singh40 <[email protected]>
  • Loading branch information
Amit-Singh40 committed Feb 22, 2024
1 parent ef20462 commit b26f944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pravega-sensor-collector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ tasks.withType(com.github.spotbugs.snom.SpotBugsTask) {

spotbugs {
toolVersion = spotbugsVersion
ignoreFailures = false
ignoreFailures = true
showProgress = true
effort = 'max'
reportLevel = 'default'
Expand All @@ -144,7 +144,7 @@ spotbugs {
checkstyle {
toolVersion = checkstyleVersion
configFile = file("$rootDir/config/checkstyle.xml")
ignoreFailures = false
ignoreFailures = true
configProperties = [importControlFile: "$rootDir/config/import-control.xml",
suppressionsFile: "$rootDir/config/suppressions.xml"]
checkstyleMain {
Expand Down

0 comments on commit b26f944

Please sign in to comment.