Skip to content

Commit

Permalink
Merge pull request #215 from codacy/fix/command-line-helper-cmd-name
Browse files Browse the repository at this point in the history
fix: Coverage reporter helper usage with correct command on native image
  • Loading branch information
josemiguelmelo authored May 21, 2020
2 parents 51b8a5a + 3d81f2a commit cf17085
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ abstract class ConfigurationParsingApp extends CommandAppWithPreCommand[BaseComm

@AppName("codacy-coverage-reporter")
@AppVersion(Option(BaseCommand.getClass.getPackage.getImplementationVersion).getOrElse("dev"))
@ProgName(
s"java -cp codacy-coverage-reporter-assembly-${Option(BaseCommand.getClass.getPackage.getImplementationVersion).getOrElse("dev")}.jar"
)
@ProgName("codacy-coverage-reporter")
case class BaseCommand()

sealed trait CommandConfiguration {
Expand Down

0 comments on commit cf17085

Please sign in to comment.