feat: add plugins (#1099)

* feat: add plugins

* fix: add test
This commit is contained in:
Tom Hu
2023-09-22 17:29:50 -05:00
committed by GitHub
parent 572779f95b
commit 428cda1b1c
7 changed files with 28 additions and 12 deletions

View File

@@ -62,6 +62,7 @@ test('upload args', () => {
'override_build': '1',
'override_commit': '9caabca5474b49de74ef5667deabaf74cdacc244',
'override_pr': '2',
'plugins': 'pycoverage,compress-pycoverage',
'root_dir': 'root/',
'slug': 'fakeOwner/fakeRepo',
'token': 'd3859757-ab80-4664-924d-aef22fa7557b',
@@ -99,6 +100,10 @@ test('upload args', () => {
'9caabca5474b49de74ef5667deabaf74cdacc244',
'-P',
'2',
'--plugin',
'pycoverage',
'--plugin',
'compress-pycoverage',
'--network-root-folder',
'root/',
'-s',