Skip to content

Commit fdc933e

Browse files
committed
Enhance action.yml: add branding details and author information for LCOV Coverage Badge
1 parent 1cd22bd commit fdc933e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: "LCOV Coverage Badge"
22
description: "Generates Badges from LCOV files."
3+
branding:
4+
icon: "shield"
5+
color: "blue"
6+
author: "Imamuzzaki Abu Salam"
37
inputs:
48
file:
59
description: "LCOV generated, combined, data file location from workspace root. Example: bazel-out/darwin-fastbuild/testlogs/pkg/<project_name>/<project_name>_test/coverage.dat "

0 commit comments

Comments
 (0)