Skip to content

Commit 4bcdf58

Browse files
renovate[bot]stefanceriu
authored andcommitted
Update codecov/test-results-action action to v1.1.1
1 parent 250a7ed commit 4bcdf58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Upload test results to Codecov
9292
if: ${{ !cancelled() }}
93-
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 #v1.1.0
93+
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
9494
continue-on-error: true
9595
with:
9696
fail_ci_if_error: false

.github/workflows/ui_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Upload test results to Codecov
8181
if: ${{ !cancelled() }}
82-
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 #v1.1.0
82+
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
8383
continue-on-error: true
8484
with:
8585
fail_ci_if_error: false

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Upload test results to Codecov
8181
if: ${{ !cancelled() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }}
82-
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 #v1.1.0
82+
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
8383
continue-on-error: true
8484
with:
8585
fail_ci_if_error: false

0 commit comments

Comments
 (0)