File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1313 node-version : ${{matrix.node}}
1414 - run : npm install
1515 - run : npm test
16+ - uses : codecov/codecov-action@v3
1617 strategy :
1718 matrix :
1819 node :
Original file line number Diff line number Diff line change 11.DS_Store
22* .d.ts
33* .log
4+ coverage /
45node_modules /
56yarn.lock
Original file line number Diff line number Diff line change 1616 "build" : " tsc --build --clean && tsc --build && type-coverage" ,
1717 "format" : " prettier . -w --loglevel warn && xo --fix" ,
1818 "test-api" : " node --conditions development test.js" ,
19- "test" : " npm run build && npm run format && npm run test-api"
19+ "test-coverage" : " c8 --100 --reporter lcov npm run test-api" ,
20+ "test" : " npm run build && npm run format && npm run test-coverage"
2021 },
2122 "keywords" : [
2223 " unist" ,
3940 "@types/lodash.iteratee" : " ^4.0.0" ,
4041 "@types/tape" : " ^5.0.0" ,
4142 "@types/unist" : " ^2.0.6" ,
43+ "c8" : " ^8.0.0" ,
4244 "mdast-util-from-markdown" : " ^1.0.0" ,
4345 "prettier" : " ^2.0.0" ,
4446 "tape" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments