mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +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/',
|
||||
'directory': 'coverage/',
|
||||
'token': 'd3859757-ab80-4664-924d-aef22fa7557b',
|
||||
'verbose': 't',
|
||||
'verbose': 'true',
|
||||
'working-directory': 'src',
|
||||
'path_to_write_report': 'codecov/',
|
||||
'xcode_derived_data': '~/Library/Developer/Xcode/DerivedData',
|
||||
|
|
|
|||
Loading…
Reference in a new issue