File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 2.2.0
1+ ## 3.0.0
2+ ### Breaking Changes
3+ - #689 Bump to node16 and small fixes
4+
25### Features
36- #688 Incorporate ` gcov ` arguments for the Codecov uploader
4- - #689 fix: bash
57
68### Dependencies
79- #548 build(deps-dev): bump jest-junit from 12.2.0 to 13.0.0
810- #603 [ Snyk] Upgrade @actions/core from 1.5.0 to 1.6.0
911- #628 build(deps): bump node-fetch from 2.6.1 to 3.1.1
1012- #634 build(deps): bump node-fetch from 3.1.1 to 3.2.0
1113- #636 build(deps): bump openpgp from 5.0.1 to 5.1.0
14+ - #652 build(deps-dev): bump @vercel/ncc from 0.30.0 to 0.33.3
1215- #653 build(deps-dev): bump @types/node from 16.11.21 to 17.0.18
16+ - #659 build(deps-dev): bump @types/jest from 27.4.0 to 27.4.1
17+ - #667 build(deps): bump actions/checkout from 2 to 3
18+ - #673 build(deps): bump node-fetch from 3.2.0 to 3.2.3
19+ - #683 build(deps): bump minimist from 1.2.5 to 1.2.6
20+ - #685 build(deps): bump @actions/github from 5.0.0 to 5.0.1
21+ - #681 build(deps-dev): bump @types/node from 17.0.18 to 17.0.23
22+ - #682 build(deps-dev): bump typescript from 4.5.5 to 4.6.3
23+ - #676 build(deps): bump @actions/exec from 1.1.0 to 1.1.1
24+ - #675 build(deps): bump openpgp from 5.1.0 to 5.2.1
1325
1426## 2.1.0
1527### Features
Original file line number Diff line number Diff line change @@ -19392,7 +19392,7 @@ var core = __nccwpck_require__(2186);
1939219392// EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js
1939319393var github = __nccwpck_require__(5438);
1939419394;// CONCATENATED MODULE: ./package.json
19395- const package_namespaceObject = {"i8":"2.2 .0"};
19395+ const package_namespaceObject = {"i8":"3.0 .0"};
1939619396;// CONCATENATED MODULE: ./src/buildExec.ts
1939719397
1939819398
Original file line number Diff line number Diff line change 11{
22 "name" : " codecov-action" ,
3- "version" : " 2.2 .0" ,
3+ "version" : " 3.0 .0" ,
44 "description" : " Upload coverage reports to Codecov from GitHub Actions" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments