Skip to content

Commit

Permalink
chore: remove coverage not used on/by jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Nov 8, 2023
1 parent 5b4bf04 commit edc1d01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AR-builder.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ pipeline {
}
}

sh './gradlew jacocoReport'
wireSend(secret: env.WIRE_BOT_SECRET, message: "**[#${BUILD_NUMBER} Link](${BUILD_URL})** [${SOURCE_BRANCH}] - ✅ SUCCESS 🎉" + "\nLast 5 commits:\n```text\n$lastCommits\n```")
}

Expand Down

0 comments on commit edc1d01

Please sign in to comment.