Skip to content

Commit fe75c3e

Browse files
Bump codecov/codecov-action (robotframework#3807)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 239febf655bba88b16ff5dea1d3135ea8663a1f9 to 1.1.1. This release includes the previously tagged commit. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@239febf...1fc7722) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb899fb commit fe75c3e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python -m coverage xml -i
5656
if: always()
5757

58-
- uses: codecov/codecov-action@239febf655bba88b16ff5dea1d3135ea8663a1f9
58+
- uses: codecov/codecov-action@1fc7722ded4708880a5aea49f2bfafb9336f0c8d
5959
with:
6060
name: ${{ matrix.python-version }}-${{ matrix.os }}
6161
if: always()

.github/workflows/unit_tests_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
python -m coverage xml -i
5252
if: always()
5353

54-
- uses: codecov/codecov-action@239febf655bba88b16ff5dea1d3135ea8663a1f9
54+
- uses: codecov/codecov-action@1fc7722ded4708880a5aea49f2bfafb9336f0c8d
5555
with:
5656
name: ${{ matrix.python-version }}-${{ matrix.os }}
5757
if: always()

0 commit comments

Comments
 (0)