lib/shroud/plugin.rb in danger-shroud-0.0.5 vs lib/shroud/plugin.rb in danger-shroud-0.0.6
- old
+ new
@@ -188,10 +188,10 @@
output << "### Modified Files Not Found In Coverage Report:\n"
fileNamesNotInReport.sort.each do |unreportedFileName|
output << "#{unreportedFileName}\n"
end
- output << '> Codebase cunningly covered by count [Shroud 🧛](https://github.com/livefront/livefront-shroud-android/)'
+ output << '> Codebase cunningly covered by count [Shroud 🧛](https://github.com/livefront/danger-shroud)'
markdown output
# warn or fail if total coverage is under specified threshold
if (coveragePercent < totalProjectThreshold)
totalCoverageWarning = "Uh oh! Your project is under #{totalProjectThreshold}% coverage!"