We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957c96d commit f021435Copy full SHA for f021435
.github/workflows/github-ci.yaml
@@ -5,6 +5,7 @@ on:
5
branches: ["main", "stg"]
6
paths-ignore:
7
- "**/coverage.svg"
8
+ - "**/*.md"
9
pull_request:
10
11
@@ -74,7 +75,7 @@ jobs:
74
75
uses: ImBIOS/lcov-coverage-badge@v1
76
with:
77
file: ./coverage/lcov.info
- access_token: ${{ secrets.GITHUB_TOKEN }}
78
+ access_token: ${{ secret.GITHUB_TOKEN }}
79
style: flat
80
icon_name: googlecloud
81
icon_color: "ffffff"
README.md
@@ -1,3 +1,5 @@
1
+
2
+
3
To install dependencies:
4
```sh
0 commit comments