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 {ParseOptions, TestParser} from '../../test-parser'
|
||||
|
||||
import {normalizeFilePath} from '../../utils/file-utils'
|
||||
@@ -78,7 +77,6 @@ export class DartJsonParser implements TestParser {
|
||||
}
|
||||
|
||||
private getTestRun(path: string, content: string): TestRun {
|
||||
core.info(`Parsing content of '${path}'`)
|
||||
const lines = content.split(/\n\r?/g)
|
||||
const events = lines
|
||||
.map((str, i) => {
|
||||
|
||||
Reference in New Issue
Block a user