Skip to content

Commit

Permalink
Fix typo in coverage_command.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
descorp committed Jun 26, 2020
1 parent 785dbd4 commit ee50236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slather/command/coverage_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CoverageCommand < Clamp::Command
option ["--simple-output", "-s"], :flag, "Output coverage results to the terminal"
option ["--gutter-json", "-g"], :flag, "Output coverage results as Gutter JSON format"
option ["--cobertura-xml", "-x"], :flag, "Output coverage results as Cobertura XML format"
option ["--sonarqube-xml", "-sq"], :flag, "Output coverage results as Cobertura XML format"
option ["--sonarqube-xml", "-sq"], :flag, "Output coverage results as SonarQube XML format"
option ["--llvm-cov", "-r"], :flag, "Output coverage as llvm-cov format"
option ["--json"], :flag, "Output coverage results as simple JSON"
option ["--html"], :flag, "Output coverage results as static html pages"
Expand Down

0 comments on commit ee50236

Please sign in to comment.