Skip to content

Commit

Permalink
Merge pull request #1 from vasanthdharmaraj/remove-excessive-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasanth Dharmaraj authored and GitHub committed Jun 17, 2022
2 parents 0d00bb1 + 19aaf90 commit 8b0cebb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ class TestReporter {

const results: TestRunResult[] = []
for (const {file, content} of files) {
core.info(`Processing test results from ${file}`)
const tr = await parser.parse(file, content)
results.push(tr)
}
Expand Down

0 comments on commit 8b0cebb

Please sign in to comment.