File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 25
25
run : npm i
26
26
- name : Run tests
27
27
run : npm test
28
+ - name : Report coverage
29
+ uses : coverallsapp/github-action@master
30
+ with :
31
+ github-token : ${{ secrets.GITHUB_TOKEN }}
28
32
- name : Run build
29
33
run : npm run build
30
34
- name : Publish package
Original file line number Diff line number Diff line change 1
1
# Serverless Function Value Plugin
2
2
3
3
[ ![ License] [ License Badge ]] ( LICENSE )
4
- [ ![ Version] [ Version Badge ]] ( package.json#L32 )
5
- ![ Node Version] [ Node Version Badge ]
4
+ [ ![ Version] [ Version Badge ]] ( package.json#L3 )
5
+ [ ![ Node Version] [ Node Version Badge ]] ( package.json#L35 )
6
6
[ ![ Build] [ CI Badge ]] [ CI Workflow ]
7
+ [ ![ Coverage] [ Coverage Badge ]] [ Coverage Report ]
7
8
8
9
Serverless framework plugin that will automatically generate CloudFormation
9
10
snippets to reference a functions name or ARN value based on the generated
@@ -111,3 +112,5 @@ This will format based on [.eslintrc](.eslintrc) settings.
111
112
[Node Version Badge] : https://img.shields.io/node/v/serverless-plugin-function-value
112
113
[CI Badge] : https://github.com/devpow112/serverless-plugin-function-value/workflows/build/badge.svg?branch=master
113
114
[CI Workflow] : https://github.com/devpow112/serverless-plugin-function-value/actions?query=workflow%3Abuild+branch%3Amaster
115
+ [Coverage Badge] : https://coveralls.io/repos/github/devpow112/serverless-plugin-function-value/badge.svg?branch=master
116
+ [Coverage Report] : https://coveralls.io/github/devpow112/serverless-plugin-function-value?branch=master
You can’t perform that action at this time.
0 commit comments