mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-05 04:25:23 -08:00
Updates to README and info logs
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import * as core from '@actions/core'
|
||||
import {parseStringPromise} from 'xml2js'
|
||||
|
||||
import {ErrorInfo, Outcome, TestMethod, TrxReport} from './dotnet-trx-types'
|
||||
@@ -52,7 +51,6 @@ export class DotnetTrxParser implements TestParser {
|
||||
}
|
||||
|
||||
private async getTrxReport(path: string, content: string): Promise<TrxReport> {
|
||||
core.info(`Parsing content of '${path}'`)
|
||||
try {
|
||||
return (await parseStringPromise(content)) as TrxReport
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user