File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def test(self):
59
59
os .remove ("ccov-artifacts/%s_target-tasks.json" % task_id )
60
60
61
61
artifact_paths = codecoverage .download_coverage_artifacts (
62
- task_id , "gtest-1proc" , None , "ccov-artifacts"
62
+ task_id , [ "gtest-1proc" ] , None , "ccov-artifacts"
63
63
)
64
64
self .assertEqual (
65
65
len ([a for a in os .listdir ("ccov-artifacts" ) if "grcov" in a ]), 2
@@ -71,7 +71,7 @@ def test(self):
71
71
self .assertEqual (len ([a for a in artifact_paths if "jsvm" in a ]), 2 )
72
72
73
73
artifact_paths = codecoverage .download_coverage_artifacts (
74
- task_id , "cppunit-1proc" , None , "ccov-artifacts"
74
+ task_id , [ "cppunit-1proc" ] , None , "ccov-artifacts"
75
75
)
76
76
self .assertEqual (
77
77
len ([a for a in os .listdir ("ccov-artifacts" ) if "grcov" in a ]), 4
You can’t perform that action at this time.
0 commit comments