This repository was archived by the owner on Mar 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 - name : Upload code coverage report
4444 env :
4545 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
46- run : yarn codecov --disable=gcov -f ./target/coverage/lcov.info
46+ run : yarn codecov --disable=gcov
Original file line number Diff line number Diff line change 5050 "@rollup/plugin-node-resolve" : " ^8.4.0" ,
5151 "@types/jest" : " ^26.0.5" ,
5252 "@types/node" : " ^12.12.47" ,
53- "@typescript-eslint/eslint-plugin" : " ^3.6.1 " ,
54- "@typescript-eslint/parser" : " ^3.6.1 " ,
55- "codecov" : " ^3.7.1 " ,
53+ "@typescript-eslint/eslint-plugin" : " ^3.7.0 " ,
54+ "@typescript-eslint/parser" : " ^3.7.0 " ,
55+ "codecov" : " ^3.7.2 " ,
5656 "eslint" : " ^7.5.0" ,
5757 "eslint-plugin-jest" : " ^23.18.0" ,
5858 "gh-pages" : " ^3.1.0" ,
5959 "jest" : " ^26.1.0" ,
6060 "jest-junit" : " ^11.0.1" ,
6161 "npm-run-all" : " ^4.1.5" ,
62- "rollup" : " ^2.22.1 " ,
62+ "rollup" : " ^2.22.2 " ,
6363 "rollup-plugin-sourcemaps" : " ^0.6.2" ,
6464 "rollup-plugin-typescript2" : " ^0.27.1" ,
6565 "shx" : " ^0.3.2" ,
You can’t perform that action at this time.
0 commit comments