mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
cleanup
This commit is contained in:
parent
5473a04c5a
commit
21274c9ad7
14 changed files with 110 additions and 110 deletions
20
src/main.ts
20
src/main.ts
|
|
@ -1,18 +1,18 @@
|
|||
import * as core from '@actions/core'
|
||||
import * as github from '@actions/github'
|
||||
import {GitHub} from '@actions/github/lib/utils.js'
|
||||
import {GitHub} from '@actions/github/lib/utils'
|
||||
|
||||
import {LocalFileProvider} from './input-providers/local-file-provider.js'
|
||||
import {FileContent} from './input-providers/input-provider.js'
|
||||
import {ParseOptions, TestParser} from './test-parser.js'
|
||||
import {TestRunResult} from './test-results.js'
|
||||
import {getAnnotations} from './report/get-annotations.js'
|
||||
import {getReport} from './report/get-report.js'
|
||||
import {LocalFileProvider} from './input-providers/local-file-provider'
|
||||
import {FileContent} from './input-providers/input-provider'
|
||||
import {ParseOptions, TestParser} from './test-parser'
|
||||
import {TestRunResult} from './test-results'
|
||||
import {getAnnotations} from './report/get-annotations'
|
||||
import {getReport} from './report/get-report'
|
||||
|
||||
import {DotnetTrxParser} from './parsers/dotnet-trx/dotnet-trx-parser.js'
|
||||
import {DotnetTrxParser} from './parsers/dotnet-trx/dotnet-trx-parser'
|
||||
|
||||
import {normalizeDirPath, normalizeFilePath} from './utils/path-utils.js'
|
||||
import {getCheckRunContext} from './utils/github-utils.js'
|
||||
import {normalizeDirPath, normalizeFilePath} from './utils/path-utils'
|
||||
import {getCheckRunContext} from './utils/github-utils'
|
||||
import {IncomingWebhook} from '@slack/webhook'
|
||||
import fs from 'fs'
|
||||
import bent from 'bent'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue