Skip to content

Commit

Permalink
Merge pull request #141 from vladjerca/fix/checks_status_reporting
Browse files Browse the repository at this point in the history
Fix / Correctly report HEAD sha
  • Loading branch information
paambaati authored Mar 28, 2020
2 parents 925aa13 + e7631a2 commit fbd135c
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 14 deletions.
10 changes: 10 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,21 @@ branding:
color: 'gray-dark'
inputs:
coverageCommand:
required: false
description: 'Coverage command to execute'
default: 'yarn coverage'
debug:
required: false
description: 'Enable debugging logs for the Code Climate test reporter'
default: 'false'
coverageLocations:
required: false
description: 'Locations to find code coverage (Used for builds from multiple locations)'
default: '[]'
prefix:
required: false
description: 'See https://docs.codeclimate.com/docs/configuring-test-coverage'
default: ''
runs:
using: 'node12'
main: 'lib/main.js'
Loading

0 comments on commit fbd135c

Please sign in to comment.