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):
5959 os .remove ("ccov-artifacts/%s_target-tasks.json" % task_id )
6060
6161 artifact_paths = codecoverage .download_coverage_artifacts (
62- task_id , "gtest-1proc" , None , "ccov-artifacts"
62+ task_id , [ "gtest-1proc" ] , None , "ccov-artifacts"
6363 )
6464 self .assertEqual (
6565 len ([a for a in os .listdir ("ccov-artifacts" ) if "grcov" in a ]), 2
@@ -71,7 +71,7 @@ def test(self):
7171 self .assertEqual (len ([a for a in artifact_paths if "jsvm" in a ]), 2 )
7272
7373 artifact_paths = codecoverage .download_coverage_artifacts (
74- task_id , "cppunit-1proc" , None , "ccov-artifacts"
74+ task_id , [ "cppunit-1proc" ] , None , "ccov-artifacts"
7575 )
7676 self .assertEqual (
7777 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