mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
remove git dependency
This commit is contained in:
parent
f1ad4cbc05
commit
9fe65856f6
4 changed files with 3145 additions and 1931 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import * as fs from 'fs'
|
||||
import glob from 'fast-glob'
|
||||
import {FileContent, InputProvider, ReportInput} from './input-provider'
|
||||
import {listFiles} from '../utils/git'
|
||||
import Zip from 'adm-zip'
|
||||
import path from 'path'
|
||||
|
||||
|
|
@ -33,6 +32,6 @@ export class LocalFileProvider implements InputProvider {
|
|||
}
|
||||
|
||||
async listTrackedFiles(): Promise<string[]> {
|
||||
return listFiles()
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue