mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-17 08:21:45 +00:00
Use "true" instead of "t"
This commit is contained in:
parent
7c54b9f55e
commit
00bd1f73ac
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ test('all arguments', () => {
|
||||||
'root_dir': 'root/',
|
'root_dir': 'root/',
|
||||||
'directory': 'coverage/',
|
'directory': 'coverage/',
|
||||||
'token': 'd3859757-ab80-4664-924d-aef22fa7557b',
|
'token': 'd3859757-ab80-4664-924d-aef22fa7557b',
|
||||||
'verbose': 't',
|
'verbose': 'true',
|
||||||
'working-directory': 'src',
|
'working-directory': 'src',
|
||||||
'path_to_write_report': 'codecov/',
|
'path_to_write_report': 'codecov/',
|
||||||
'xcode_derived_data': '~/Library/Developer/Xcode/DerivedData',
|
'xcode_derived_data': '~/Library/Developer/Xcode/DerivedData',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue