Merge pull request #1 from vasanthdharmaraj/remove-excessive-logging

This commit is contained in:
Vasanth Dharmaraj
2022-06-18 01:09:08 +05:30
committed by GitHub

View File

@@ -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)
}