Skip to content

Commit f021435

Browse files
committed
add: [coverage](coverage.svg) to readme.md
1 parent 957c96d commit f021435

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/github-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: ["main", "stg"]
66
paths-ignore:
77
- "**/coverage.svg"
8+
- "**/*.md"
89
pull_request:
910
branches: ["main", "stg"]
1011

@@ -74,7 +75,7 @@ jobs:
7475
uses: ImBIOS/lcov-coverage-badge@v1
7576
with:
7677
file: ./coverage/lcov.info
77-
access_token: ${{ secrets.GITHUB_TOKEN }}
78+
access_token: ${{ secret.GITHUB_TOKEN }}
7879
style: flat
7980
icon_name: googlecloud
8081
icon_color: "ffffff"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![coverage](coverage.svg)
2+
13
To install dependencies:
24

35
```sh

0 commit comments

Comments
 (0)