Skip to content

Commit

Permalink
Merge branch 'feat/gcov' of https://github.com/codecov/codecov-action
Browse files Browse the repository at this point in the history
…into feat/gcov
  • Loading branch information
thomasrockhu-codecov committed Apr 4, 2022
2 parents ac60333 + c76bf12 commit 9e4b071
Show file tree
Hide file tree
Showing 4 changed files with 3,594 additions and 3,552 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -59,8 +59,8 @@ Codecov's Action currently supports five inputs from the user: `token`, `file`,
| `commit_parent` | 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 provider's API, the parent is determined via finding the closest ancestor to the commit. | Optional
| `env_vars` | Environment variables to tag the upload with. Multiple env variables can be separated with commas (e.g. `OS,PYTHON`) | Optional
| `fail_ci_if_error` | Specify if CI pipeline should fail when Codecov runs into errors during upload. *Defaults to **false*** | Optional
-| `functionalities` | Toggle functionalities | Optional
-| | `network` Disable uploading the file network |
| `functionalities` | Toggle functionalities | Optional
| | `network` Disable uploading the file network |
| `gcov` | Run with gcov support |
| `gcov_args` | Extra arguments to pass to gcov |
| `gcov_ignore` | Paths to ignore during gcov gathering |
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js
Expand Up @@ -3426,7 +3426,7 @@ const VERSION = "2.13.3";
*
* Octokit normalizes these responses so that paginated results are always returned following
* the same structure. One challenge is that if the list response has only one page, no Link
* header is provided, so this header alone is not sufficient to check wether a response is
* header is provided, so this header alone is not sufficient to check whether a response is
* paginated or not.
*
* We check if a "total_count" key is present in the response data, but also make sure that
Expand Down Expand Up @@ -13459,4 +13459,4 @@ module.exports = require("zlib");
/******/
/******/ })()
;
//# sourceMappingURL=index.js.map
//# sourceMappingURL=index.js.map

0 comments on commit 9e4b071

Please sign in to comment.