Skip to content

Commit

Permalink
improve your Action by adding labels for icon and color.
Browse files Browse the repository at this point in the history
  • Loading branch information
fritx committed Oct 24, 2022
1 parent 036607c commit 8f6b0bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,9 @@

```diff
<!-- README.md -->
+ [![cov](https://fritx.github.io/jayin/badges/coverage.svg)](https://github.com/fritx/jayin/actions)
+ [![cov](https://we-cli.github.io/jayin/badges/coverage.svg)](https://github.com/we-cli/jayin/actions)
```

and you get:

[![cov](https://we-cli.github.io/coverage-badge-action/badges/coverage.svg)](https://github.com/we-cli/coverage-badge-action/actions)
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Coverage Badge
description: Badges for test results and code coverage

# Required for publishing to the marketplace:
# Improve your Action by adding labels for icon and color.
branding:
icon: check-circle
color: green

runs:
using: composite
steps:
Expand Down

0 comments on commit 8f6b0bd

Please sign in to comment.