File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 70
70
71
71
with :
72
72
channel-id : ' vwo-fs-fme-sdk-job-status'
73
- slack-message : " <!here> Node.js FME SDK Test on *Node-${{ matrix.node_version }}* and *${{ matrix.os }}* got *${{job.status}}* ${{job.status == 'success' && ':heavy_check_mark:' || ':x:'}} \n Commit: `${{github.event.head_commit.message}}`. \n Check the latest build: https://github.com/wingify/vwo-node-sdk/actions"
73
+ slack-message : " <!here> Node.js FME SDK Test on *Node-${{ matrix.node_version }}* and *${{ matrix.os }}* got *${{job.status}}* ${{job.status == 'success' && ':heavy_check_mark:' || ':x:'}} \n Commit: `${{github.event.head_commit.message}}`. \n Check the latest build: https://github.com/wingify/vwo-fme- node-sdk/actions"
74
74
color : " ${{job.status == 'success' && '#00FF00' || '#FF0000'}}"
75
75
env :
76
76
SLACK_BOT_TOKEN : ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
Original file line number Diff line number Diff line change 1
1
## VWO Feature Management and Experimentation SDK for Node.js
2
2
3
- [ ![ npm version] ( https://badge.fury .io/js/ vwo-fme-node-sdk.svg )] ( https://www.npmjs.com/package/vwo-fme-node-sdk )
4
- [ ![ CI ] ( https://github.com/ wingify/vwo-fme-node-sdk/workflows/CI/badge.svg?branch=master )] ( https ://github.com/wingify/vwo-fme-node-sdk/actions?query=workflow%3ACI )
3
+ [ ![ npm version] ( https://img.shields .io/npm/v/ vwo-fme-node-sdk?style=for-the-badge&color=grey&logo=npm )] ( https://www.npmjs.com/package/vwo-fme-node-sdk )
4
+ [ ![ License ] ( https://img.shields.io/github/license/ wingify/vwo-fme-node-sdk?style=for-the-badge&color=blue )] ( http ://www.apache.org/licenses/LICENSE-2.0 )
5
5
6
- [ ![ codecov] ( https://codecov.io/gh/wingify/vwo-fme-node-sdk/branch/master/graph/badge.svg?token=813UYYMWGM )] ( https://codecov.io/gh/wingify/vwo-fme-node-sdk )
7
-
8
- [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
6
+ [ ![ CI] ( https://img.shields.io/github/actions/workflow/status/wingify/vwo-fme-node-sdk/main.yml?style=for-the-badge&logo=github )] ( https://github.com/wingify/vwo-fme-node-sdk/actions?query=workflow%3ACI )
7
+ [ ![ codecov] ( https://img.shields.io/codecov/c/github/wingify/vwo-fme-node-sdk?token=813UYYMWGM&style=for-the-badge&logo=codecov )] ( https://codecov.io/gh/wingify/vwo-fme-node-sdk )
9
8
10
9
### Requirements
11
10
You can’t perform that action at this time.
0 commit comments