Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit 91efcfc

Browse files
authored
update icon
1 parent 47bddf5 commit 91efcfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: lcov-cop
22
author: felangel
33
description: 'Enforce LCOV Coverage Thresholds'
44
branding:
5-
icon: 'code'
5+
icon: 'check-circle'
66
color: green
77
inputs:
88
path:
@@ -22,4 +22,4 @@ runs:
2222
args:
2323
- ${{ inputs.path }}
2424
- ${{ inputs.min_coverage }}
25-
- ${{ inputs.exclude }}
25+
- ${{ inputs.exclude }}

0 commit comments

Comments
 (0)