Skip to content

Commit 0ba4606

Browse files
chore(deps): bump codecov/test-results-action from 1.1.0 to 1.1.1
Bumps [codecov/test-results-action](https://github.com/codecov/test-results-action) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/codecov/test-results-action/releases) - [Commits](codecov/test-results-action@f2dba72...47f89e9) --- updated-dependencies: - dependency-name: codecov/test-results-action dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50741bb commit 0ba4606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
verbose: true
9999
- name: Upload test results to Codecov
100100
if: ${{ !cancelled() }}
101-
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
101+
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
102102
with:
103103
file: packages/${{ matrix.package }}/coverage/test-results.xml
104104
flags: ${{ matrix.node-version }},${{ matrix.os }},${{ matrix.package }}

0 commit comments

Comments
 (0)