mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +00:00
fix: add test
This commit is contained in:
parent
4ea32610cd
commit
1c106d145a
1 changed files with 5 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue