Skip to content

Commit

Permalink
Added Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBusyBiscuit authored Aug 9, 2020
1 parent 5c5d47a commit c5eea29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,5 @@ function appendTestResults(embed, report) {
}

embed.addField("Unit Tests" + (failures > 0 ? "": ` (~${report.coverage}% coverage):`), tests);
embed.setFooter(`Finished in ${report.time}s`);
}

0 comments on commit c5eea29

Please sign in to comment.