Skip to content

Commit ed1d4f8

Browse files
authored
Merge pull request #5 from sxwei123/develop
Fix coverage flow
2 parents 87e9cb5 + 8de2e9b commit ed1d4f8

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: "Coverage"
22

33
on:
4-
push:
5-
branches:
6-
- master
74
pull_request:
85
branches:
96
- master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# quick-stable-stringify
22

3-
![Test status](https://github.com/sxwei123/quick-stable-stringify/workflows/Coverage/badge.svg?branch=master)
3+
![Test status](https://github.com/sxwei123/quick-stable-stringify/workflows/Coverage/badge.svg)
44

55
Deterministic `JSON.stringify()` - a faster version of [@epoberezkin](https://github.com/epoberezkin)'s [fast-json-stable-strigify](https://github.com/epoberezkin/fast-json-stable-stringify). Built with Typescript and modern Javascript.
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quick-stable-stringify",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Deterministic `JSON.stringify()` - a faster version of Evgeny's fast-json-stable-strigify. Built with Typescript and modern Javascript.",
55
"main": "./dist/index.js",
66
"exports": "./dist/index.js",

0 commit comments

Comments
 (0)