Skip to content

Commit

Permalink
fix: unset default for coverageCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Oct 1, 2020
1 parent 4a8e577 commit 843392a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
coverageCommand:
required: false
description: 'Coverage command to execute'
default: 'yarn coverage'
default: ''
workingDirectory:
required: false
description: 'Custom working directory for executing the coverage command'
Expand Down

0 comments on commit 843392a

Please sign in to comment.