mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
remove logging, rebuild
This commit is contained in:
parent
9573a818e8
commit
1cc016c5a3
2 changed files with 2 additions and 4 deletions
3
dist/index.js
generated
vendored
3
dist/index.js
generated
vendored
|
|
@ -478,7 +478,6 @@ class TestReporter {
|
|||
return results;
|
||||
}
|
||||
getParser(reporter, options) {
|
||||
core.info(`Selecting parser for reporter '${reporter}'`);
|
||||
switch (reporter) {
|
||||
case 'dart-json':
|
||||
return new dart_json_parser_1.DartJsonParser(options, 'dart');
|
||||
|
|
@ -505,7 +504,7 @@ class TestReporter {
|
|||
case 'swift-xunit':
|
||||
return new swift_xunit_parser_1.SwiftXunitParser(options);
|
||||
default:
|
||||
throw new Error(`Input variable 'reporter' is set to invalid value '${reporter}' including this change?`);
|
||||
throw new Error(`Input variable 'reporter' is set to invalid value '${reporter}'`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue