We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd22bd commit fdc933eCopy full SHA for fdc933e
action.yml
@@ -1,5 +1,9 @@
1
name: "LCOV Coverage Badge"
2
description: "Generates Badges from LCOV files."
3
+branding:
4
+ icon: "shield"
5
+ color: "blue"
6
+author: "Imamuzzaki Abu Salam"
7
inputs:
8
file:
9
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