From b267d2153e4c160dfadc7a7a0c4073491506a57a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 14:06:16 +0000 Subject: [PATCH] Bump codecov/codecov-action from 1.5.0 to 2.0.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.0 to 2.0.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.5.0...v2.0.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pypi_publish.yml | 2 +- .github/workflows/python-package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml index e357ce5..fdbde1e 100644 --- a/.github/workflows/pypi_publish.yml +++ b/.github/workflows/pypi_publish.yml @@ -39,7 +39,7 @@ jobs: coverage report -m coverage xml - name: Codecov - uses: codecov/codecov-action@v1.5.0 + uses: codecov/codecov-action@v2.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 8da027e..40e3f48 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -44,7 +44,7 @@ jobs: coverage report -m coverage xml - name: Codecov - uses: codecov/codecov-action@v1.5.0 + uses: codecov/codecov-action@v2.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON