summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-22 12:55:05 +0700
committerGitHub <noreply@github.com>2022-05-22 12:55:05 +0700
commit48df759879198d9c69711d6af2731065e4f5fdef (patch)
treebb81175696eea0d0b9adc003c96d60411f7be18c /.github
parenta2ada2d1ec886ba3841463af30b78785ef573db0 (diff)
downloadrq-48df759879198d9c69711d6af2731065e4f5fdef.tar.gz
Bump codecov/codecov-action from 1 to 3 (#1660)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3. - [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...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 3d6cecf..c238586 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -41,6 +41,6 @@ jobs:
RUN_SLOW_TESTS_TOO=1 pytest --cov=./ --cov-report=xml --durations=5
- name: Upload coverage to Codecov
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
with:
file: ./coverage.xml