Skip to content

Commit 473ba77

Browse files
authored
Merge pull request #6 from stabilitydao/dev
0.6.1: fix ci, add codecov badge
2 parents a37e598 + 8cbdc36 commit 473ba77

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/test.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Test and coverage
2-
on: [pull_request]
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request: { }
7+
workflow_dispatch: { }
38
jobs:
49
run:
510
runs-on: ubuntu-latest

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![GitHub version](https://badge.fury.io/gh/stabilitydao%2Fstability.svg)](https://badge.fury.io/gh/stabilitydao%2Fstability)
44
[![npm version](https://badge.fury.io/js/@stabilitydao%2Fstability.svg)](https://badge.fury.io/js/@stabilitydao%2Fstability)
5+
[![codecov](https://codecov.io/github/stabilitydao/stability/graph/badge.svg?token=V0JV1WOGMM)](https://codecov.io/github/stabilitydao/stability)
56

67
This is library for integrating the platform into Node.js applications.
78

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stabilitydao/stability",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Stability Integration Library",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",

0 commit comments

Comments
 (0)