File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 14
14
node-version : 16
15
15
16
16
- run : npm install
17
+ - run : npm run build
17
18
- run : npm run test
18
19
- run : npm run coverage
19
20
21
+ - run : cp -rp coverage dist
22
+
23
+ - name : Create Coverage Badges
24
+ uses : jaywcjlove/coverage-badges-cli@main
25
+ with :
26
+ style : flat
27
+ source : coverage/coverage-summary.json
28
+ output : dist/badges.svg
29
+
20
30
- name : Generate Contributors Images
21
31
uses : jaywcjlove/github-action-contributors@main
22
32
with :
Original file line number Diff line number Diff line change 1
1
whereis
2
2
===
3
3
4
- [ ![ ci] ( https://github.com/jaywcjlove/github-actions/actions/workflows/ci.yml/badge.svg )] ( https://github.com/jaywcjlove/github-actions/actions/workflows/ci.yml )
4
+ [ ![ CI] ( https://github.com/jaywcjlove/github-actions/actions/workflows/ci.yml/badge.svg )] ( https://github.com/jaywcjlove/github-actions/actions/workflows/ci.yml )
5
+ [ ![ npm version] ( https://img.shields.io/npm/v/@wcjiang/whereis.svg )] ( https://www.npmjs.com/package/@wcjiang/whereis )
6
+ [ ![ Coverage Status] ( https://jaywcjlove.github.io/whereis/coverage/badges.svg )] ( https://jaywcjlove.github.io/whereis/coverage/lcov-report/ )
5
7
6
8
Like the unix ` which ` utility.
7
9
You can’t perform that action at this time.
0 commit comments