Clean up code and remove testing comments

This commit is contained in:
Connor Vidlock 2023-03-20 10:57:22 -05:00
parent 3ddec5a563
commit b0216aca55
No known key found for this signature in database
GPG key ID: BADEF4A267C14600
4 changed files with 5 additions and 13 deletions

2
dist/index.js generated vendored
View file

@ -412,8 +412,6 @@ class TestReporter {
core.info(`Check run create response: ${resp.status}`);
core.info(`Check run URL: ${resp.data.url}`);
core.info(`Check run HTML: ${resp.data.html_url}`);
core.info(`****** TEST *****`);
core.info(`Status of showHTML: ${this.showHTMLNotice}`);
if (this.showHTMLNotice) {
console.log(`::notice title=Test Results::${resp.data.html_url}`);
}