Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Jan 22, 2024
1 parent b77cc6f commit aff6a4e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ class CoverageByTagType(
val testOutcomesForTag = testOutcomes.withTag(testTag)
val successRate = testOutcomesForTag.formattedPercentage.withResult(SUCCESS, 0)

print(">> ReportNameProvider: " + reportNameProvider + "tag: " + testTag + " report link: " + reportNameProvider.forRequirementOrTag(testTag) + "\n")

return CoverageByTag(
humanize(shortened(testTag.displayName)),
humanize(parent(testTag.name)),
Expand Down

0 comments on commit aff6a4e

Please sign in to comment.