File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 37
37
- name : Installing dependencies
38
38
if : steps.nodejs-cache.outputs.cache-hit != 'true'
39
39
run : yarn --frozen-lockfile
40
- - name : Linting codebase with ESLint & Prettier
40
+ - name : Linting & Format codebase with ESLint & Prettier
41
41
run : yarn lint && yarn fmt
42
- - name : Testing all packages
42
+ - name : Testing
43
43
run : yarn test:ci
44
44
- name : Sending test coverage to CodeCov
45
45
if : matrix.os == 'ubuntu-latest' && matrix.node == '12.x'
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
3
module . exports = {
4
- statements : 85 ,
5
- branches : 78 ,
6
- functions : 85 ,
7
- lines : 85 ,
4
+ statements : 70 ,
5
+ branches : 70 ,
6
+ functions : 70 ,
7
+ lines : 70 ,
8
8
9
9
'check-coverage' : true ,
10
10
exclude : [ 'test' ] ,
You can’t perform that action at this time.
0 commit comments