File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1717 - name : npm install, make test-coverage
1818 run : |
1919 npm install
20- make test- coverage
20+ npm run test: coverage
2121
22- - name : Coveralls
23- uses : coverallsapp/github-action@v2.3.0
22+ - name : Upload coverage to Coveralls
23+ uses : coverallsapp/github-action@v2.3.0
24+ with :
25+ github-token : ${{ secrets.GITHUB_TOKEN }}
26+ path-to-lcov : ./coverage/lcov.info
Original file line number Diff line number Diff line change 11node_modules
2- dist
2+ dist
3+ coverage
Original file line number Diff line number Diff line change 4646 "update:eslint-docs" : " eslint-doc-generator" ,
4747 "fix:md" : " npm run lint:docs -- --fix" ,
4848 "test:new" : " jest" ,
49- "prepare" : " husky"
49+ "prepare" : " husky" ,
50+ "test:coverage" : " jest --coverage"
5051 },
5152 "dependencies" : {
5253 "eslint-plugin-header" : " ^3.1.1" ,
You can’t perform that action at this time.
0 commit comments