Skip to content

Commit 9142c1a

Browse files
committed
Merge branch 'master' of github.com:fastify/fast-json-stringify
2 parents 543cdd9 + f3b4183 commit 9142c1a

File tree

12 files changed

+364
-181
lines changed

12 files changed

+364
-181
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ jobs:
1515
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
1616
with:
1717
license-check: true
18+
lint: true

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

.taprc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
ts: false
22
jsx: false
3-
coverage: false
3+
branches: 65
4+
functions: 100
5+
lines: 89
6+
statements: 89
7+
nyc-arg:
8+
- "--exclude=.cache/*"
9+
- "--exclude=lib/schema-validator.js"

0 commit comments

Comments
 (0)