Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zuki-linB committed Jul 25, 2023
1 parent 6ef866f commit 2876f47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 'Jest coverage referencing main branch existing summary'
name: 'Jest coverage referencing main branch existing summary validate only latest changes'
description: 'A github action to comment jest coverage diff on a PR using current branch vs already existing main branch summary'
author: 'Fadi Khayo'
author: 'Zuki Sarusi'
inputs:
accessToken:
description: 'access token required to comment on a pr'
default: ${{ github.token }}

fullCoverageDiff:
description: 'get the full coverage with diff or only the diff'
default: false
Expand Down

0 comments on commit 2876f47

Please sign in to comment.