Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#1417)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](81cd2dc814...d9f34f8cd5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alan Jowett <alanjo@microsoft.com>
This commit is contained in:
dependabot[bot] 2022-09-26 10:50:41 -06:00 коммит произвёл GitHub
Родитель 6b3556848a
Коммит aa9e8f4be9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

8
.github/workflows/reusable-test.yml поставляемый
Просмотреть файл

@ -176,7 +176,7 @@ jobs:
- name: Upload Report to Codecov attempt 1
if: steps.check_coverage.outputs.files_exists == 'true'
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
id: upload_code_coverage_report_1
continue-on-error: true
with:
@ -191,7 +191,7 @@ jobs:
- name: Upload Report to Codecov attempt 2
if: steps.upload_code_coverage_report_1.outcome == 'failure'
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
id: upload_code_coverage_report_2
continue-on-error: true
with:
@ -206,7 +206,7 @@ jobs:
- name: Upload Report to Codecov attempt 3
if: steps.upload_code_coverage_report_2.outcome == 'failure'
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
id: upload_code_coverage_report_3
continue-on-error: true
with:
@ -221,7 +221,7 @@ jobs:
- name: Upload Report to Codecov attempt 4
if: steps.upload_code_coverage_report_3.outcome == 'failure'
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
id: upload_code_coverage_report_4
continue-on-error: true
with: