Skip to content

Commit 5420942

Browse files
committed
turn on lint
1 parent 9394dc2 commit 5420942

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: npm ci
30-
- run: npm run lint:ci || echo "Lint failed"
30+
- run: npm run lint:ci
3131
- run: DEBUG=replay* npm run coverage
3232

3333
- name: Coveralls

nyc.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
'check-coverage': true,
99
branches: 68,
1010
functions: 73,
11-
lines: 79,
12-
statements: 79,
11+
lines: 80,
12+
statements: 80,
1313
reporter: ['text', 'lcov'],
1414
};

0 commit comments

Comments
 (0)