feat: add xcode support

This commit is contained in:
Tom Hu
2022-04-21 10:12:03 -04:00
parent 6a6a9ae7b1
commit a03184e530
12 changed files with 54 additions and 12 deletions

View File

@@ -53,6 +53,8 @@ test('all arguments', () => {
'url': 'https://codecov.enterprise.com',
'verbose': 't',
'working-directory': 'src',
'xcode': 'true',
'xcode_archive_path': '/test.xcresult',
};
for (const env of Object.keys(envs)) {
@@ -110,6 +112,9 @@ test('all arguments', () => {
'-u',
'https://codecov.enterprise.com',
'-v',
'--xc',
'--xp',
'/test.xcresult',
]);
expect(failCi).toBeTruthy();