multei / mobile

Multei! mobile app built on Flutter
3 stars 1 forks source link

chore(deps): update codecov/codecov-action action to v1.0.14 #23

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
codecov/codecov-action action patch v1.0.2 -> v1.0.14

Release Notes

codecov/codecov-action ### [`v1.0.14`](https://togithub.com/codecov/codecov-action/releases/v1.0.14) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v1.0.13...v1.0.14) ##### Features - [#​151](https://togithub.com/codecov/codecov-action/issues/151) Add `verbosity` flag ##### Fixes - None ### [`v1.0.13`](https://togithub.com/codecov/codecov-action/releases/v1.0.13) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v1.0.12...v1.0.13) #### Version `1.0.13` introduces the following changes: - Decrease connection timeouts to 3 seconds and increase attempts to 10 in pulling the bash script ### [`v1.0.12`](https://togithub.com/codecov/codecov-action/releases/v1.0.12) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v1.0.11...v1.0.12) #### Version `1.0.12` introduces the following changes: - Bump lodash from 4.17.15 to 4.17.19 ### [`v1.0.11`](https://togithub.com/codecov/codecov-action/releases/v1.0.11) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v1.0.10...v1.0.11) #### Version `1.0.11` introduces the following changes: - Wrap the retry request promise of the bash uploader in a try/catch ### [`v1.0.10`](https://togithub.com/codecov/codecov-action/releases/v1.0.10) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v1.0.9...v1.0.10) #### Version `1.0.10` introduces the following changes: - `1.0.9` had a built-in dependency that was not easily packaged causing failures. We have switched out this dependency. ### [`v1.0.9`](https://togithub.com/codecov/codecov-action/releases/v1.0.9) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v1.0.8...v1.0.9) #### Version `1.0.9` introduces the following changes: - `1.0.8` did not build a dist/ file, this release properly uses it ### [`v1.0.8`](https://togithub.com/codecov/codecov-action/releases/v1.0.8) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v1.0.7...v1.0.8) #### Version `1.0.8` introduces the following changes: - Retry the bash script request three times before erroring out ### [`v1.0.7`](https://togithub.com/codecov/codecov-action/releases/v1.0.7) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v1.0.6...v1.0.7) #### Version `1.0.7` introduces the following changes: - Add support for specifying environment variables to be included with a build - Typo fixes and general documentation updates ### [`v1.0.6`](https://togithub.com/codecov/codecov-action/releases/v1.0.6) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v1.0.5...v1.0.6) #### Version `1.0.6` introduces the following changes: - Add proper handling for pull requests by passing the `GITHUB_HEAD_REF` environment variable. This properly sets both the PR branch and PR number. - Add tokenless upload functionality by passing the `GITHUB_RUN_ID` environment variable to properly tag the build. This allows Codecov to locate the build via GitHub's API and validate the coverage upload without the need for a token (only for public repos) - Removes the `yml` input because putting it anywhere except for the root of the repo is not supported anymore ### [`v1.0.5`](https://togithub.com/codecov/codecov-action/releases/v1.0.5) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v1.0.4...v1.0.5) #### Version `1.0.5` introduces the following changes: - Add `fail_ci_if_error` input which lets users fail the CI pipeline if the Codecov upload step runs into any errors. By default, this is set to false. This addresses an issue where Codecov could fail silently and the user wouldn't know because Actions would've shown the step as being passed. ### [`v1.0.4`](https://togithub.com/codecov/codecov-action/releases/v1.0.4) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v1.0.3...v1.0.4) #### Version `1.0.4` introduces the following changes: - Switch from a Docker based action to a JavaScript based action to add support for macOS and Windows builds. This also allows users to run the codecov action with matrix builds. - Add a `yml` input so users can specify the path for their codecov.yml file - Add a `@v1` major version tag ### [`v1.0.3`](https://togithub.com/codecov/codecov-action/releases/v1.0.3) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v1.0.2...v1.0.3) ##### Version `1.0.3` of the Codecov Action includes the following changes: - Use `debian:stretch-slim` base instead of `ubuntu:latest`. Ubuntu takes significantly longer to build than Debian and thus extended pipeline run times - Allow for passing names with spaces - Do not exit with a non-zero code if Codecov runs into errors. This is important because the entire CI/CD pipeline should not fail if Codecov isn't able to upload reports.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.