(self, configuration, args)
| 25 | self.buildTarget(configuration, args, "clean") |
| 26 | |
| 27 | def package(self, configuration, args): |
| 28 | self.buildTarget(configuration, args, "package") |
| 29 | |
| 30 | def buildTarget(self, configuration, args, target): |
| 31 | configs = [configuration.config] |
nothing calls this directly
no test coverage detected