We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9394dc2 commit 5420942Copy full SHA for 5420942
2 files changed
.github/workflows/node.js.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- run: npm ci
30
- - run: npm run lint:ci || echo "Lint failed"
+ - run: npm run lint:ci
31
- run: DEBUG=replay* npm run coverage
32
33
- name: Coveralls
nyc.config.js
@@ -8,7 +8,7 @@ module.exports = {
8
'check-coverage': true,
9
branches: 68,
10
functions: 73,
11
- lines: 79,
12
- statements: 79,
+ lines: 80,
+ statements: 80,
13
reporter: ['text', 'lcov'],
14
};
0 commit comments