feat: add network params (#1365)

This commit is contained in:
Tom Hu
2024-04-09 10:53:53 -07:00
committed by GitHub
parent 640b86a455
commit 363a65ad48
5 changed files with 29 additions and 1 deletions

View File

@@ -87,6 +87,8 @@ test('upload args', async () => {
'override_build_url': 'https://example.com/build/2',
'override_commit': '9caabca5474b49de74ef5667deabaf74cdacc244',
'override_pr': '2',
'network_filter': 'subA/',
'network_prefix': 'forA/',
'plugin': 'xcode',
'plugins': 'pycoverage,compress-pycoverage',
'report_code': 'testCode',
@@ -130,6 +132,10 @@ test('upload args', async () => {
'32',
'-n',
'codecov',
'--network-filter',
'subA/',
'--network-prefix',
'forA/',
'-B',
'thomasrockhu/test',
'-b',