From 40a12dcee2df644d47232dde008099a3e9e4f865 Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Tue, 11 Apr 2023 13:08:35 -0700 Subject: [PATCH] chore(release): bump to 3.1.2 (#956) --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ action.yml | 41 +++++++++++++++++++++++++++++++---------- dist/index.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 69 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b10bb83db..a9de064e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,37 @@ +## 3.1.2 +### Fixes +- #718 Update README.md +- #851 Remove unsupported path_to_write_report argument +- #898 codeql-analysis.yml +- #901 Update README to contain correct information - inputs and negate feature +- #955 fix: add in all the extra arguments for uploader + +### Dependencies +- #819 build(deps): bump openpgp from 5.4.0 to 5.5.0 +- #835 build(deps): bump node-fetch from 3.2.4 to 3.2.10 +- #840 build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4 +- #841 build(deps): bump @actions/core from 1.9.1 to 1.10.0 +- #843 build(deps): bump @actions/github from 5.0.3 to 5.1.1 +- #869 build(deps): bump node-fetch from 3.2.10 to 3.3.0 +- #872 build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0 +- #879 build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 +- #889 build(deps): bump ossf/scorecard-action from 1.1.1 to 2.1.2 +- #895 build(deps): bump json5 from 2.2.1 to 2.2.3 +- #896 build(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2 +- #900 build(deps-dev): bump @vercel/ncc from 0.34.0 to 0.36.1 +- #905 build(deps-dev): bump typescript from 4.7.4 to 4.9.5 +- #911 build(deps-dev): bump @types/node from 16.11.40 to 18.13.0 +- #922 build(deps-dev): bump @types/node from 18.13.0 to 18.14.0 +- #924 build(deps): bump openpgp from 5.5.0 to 5.7.0 +- #927 build(deps-dev): bump @types/node from 18.14.0 to 18.14.2 +- #933 build(deps-dev): bump @types/node from 18.14.2 to 18.14.6 +- #937 build(deps-dev): bump @types/node from 18.14.6 to 18.15.0 +- #938 build(deps): bump node-fetch from 3.3.0 to 3.3.1 +- #945 build(deps-dev): bump @types/node from 18.15.0 to 18.15.5 +- #946 build(deps-dev): bump @types/node from 18.15.5 to 18.15.6 +- #947 build(deps-dev): bump @types/node from 18.15.6 to 18.15.10 +- #951 build(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 + ## 3.1.1 ### Fixes - #661 Update deprecation warning diff --git a/action.yml b/action.yml index e8acdc11b..09b4555ca 100644 --- a/action.yml +++ b/action.yml @@ -5,6 +5,9 @@ inputs: token: description: 'Repository upload token - get it from codecov.io. Required only for private repositories' required: false + file: + description: 'Path to coverage file to upload' + required: false files: description: 'Comma-separated list of files to upload' required: false @@ -14,6 +17,9 @@ inputs: flags: description: 'Flag upload to group coverage metrics (e.g. unittests | integration | ui,chrome)' required: false + full_report: + description: Specify the path of a full Codecov report to re-upload + required: false commit_parent: description: 'The commit SHA of the parent for which you are uploading coverage. If not present, the parent will be determined using the API of your repository provider. When using the repository providers API, the parent is determined via finding the closest ancestor to the commit.' required: false @@ -26,11 +32,8 @@ inputs: fail_ci_if_error: description: 'Specify whether or not CI build should fail if Codecov runs into an error during upload' required: false - file: - description: 'Path to coverage file to upload' - required: false functionalities: - description: 'Comma-separated list, see the README for options and their usage' + description: 'Comma-separated list, see the README for options and their usage. Options include `network`, `fixes`, `search`.' required: false gcov: description: 'Run with gcov support' @@ -38,6 +41,9 @@ inputs: gcov_args: description: 'Extra arguments to pass to gcov' required: false + gcov_executable: + description: 'gcov executable to run. Defaults to gcov' + required: false gcov_ignore: description: 'Paths to ignore during gcov gathering' required: false @@ -50,6 +56,15 @@ inputs: name: description: 'User defined upload name. Visible in Codecov UI' required: false + network_filter: + description: 'Specify a filter on the files listed in the network section of the Codecov report. Useful for upload-specific path fixing' + required: false + network_prefix: + description: 'Specify a prefix on files listed in the network section of the Codecov report. Useful to help resolve path fixing' + required: false + os: + description: 'Override the assumed OS. Options are alpine | linux | macos | windows.' + required: false override_branch: description: 'Specify the branch name' required: false @@ -65,15 +80,21 @@ inputs: override_tag: description: 'Specify the git tag' required: false - os: - description: 'Override the assumed OS. Options are alpine | linux | macos | windows.' - required: false root_dir: description: 'Used when not in git/hg project to identify project root directory' required: false slug: description: 'Specify the slug manually (Enterprise use)' required: false + swift: + description: 'Run with swift coverage support' + required: false + swift_project: + description: 'Specify the swift project to speed up coverage conversion' + required: false + upstream_proxy: + description: 'The upstream http proxy server to connect through' + required: false url: description: 'Change the upload host (Enterprise use)' required: false @@ -83,15 +104,15 @@ inputs: version: description: 'Specify which version of the Codecov Uploader should be used. Defaults to `latest`' required: false - working-directory: - description: 'Directory in which to execute codecov.sh' - required: false xcode: description: 'Run with xcode support' required: false xcode_archive_path: description: 'Specify the xcode archive path. Likely specified as the -resultBundlePath and should end in .xcresult' required: false + xtra_args: + description: 'Add additional uploader args that may be missing in the Action' + required: false branding: color: 'red' icon: 'umbrella' diff --git a/dist/index.js b/dist/index.js index b13780fd6..1f1b0c8fd 100755 --- a/dist/index.js +++ b/dist/index.js @@ -22072,7 +22072,7 @@ var core = __nccwpck_require__(2186); // EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js var github = __nccwpck_require__(5438); ;// CONCATENATED MODULE: ./package.json -const package_namespaceObject = {"i8":"3.1.1"}; +const package_namespaceObject = {"i8":"3.1.2"}; ;// CONCATENATED MODULE: ./src/buildExec.ts diff --git a/package-lock.json b/package-lock.json index cbf09afed..1296a8e6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecov-action", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecov-action", - "version": "3.1.1", + "version": "3.1.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index ea23d1e68..06121f64c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov-action", - "version": "3.1.1", + "version": "3.1.2", "description": "Upload coverage reports to Codecov from GitHub Actions", "main": "index.js", "scripts": {