Skip to content

Commit

Permalink
Merge pull request #12 from HaxeFlixel/coverage3
Browse files Browse the repository at this point in the history
add coverage3
  • Loading branch information
Geokureli authored Nov 9, 2024
2 parents e9bd7c2 + 734e13a commit cca1bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Tests.hx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ private function buildCoverageTests(target:Target):ExitCode
Sys.println("\nBuilding coverage tests...\n");
return runAll([
OpenFL.build.bind("coverage", target, "coverage1"),
OpenFL.build.bind("coverage", target, "coverage2")
OpenFL.build.bind("coverage", target, "coverage2"),
OpenFL.build.bind("coverage", target, "coverage3")
]);
}

Expand Down

0 comments on commit cca1bc5

Please sign in to comment.