Skip to content

Commit a91ef05

Browse files
build(deps): bump codecov/codecov-action from 1.5.0 to 1.5.2 (#104)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.0 to 1.5.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v1.5.0...v1.5.2) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d18f419 commit a91ef05

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
8787
done
8888
if: "env.GIT_DIFF != ''"
89-
- uses: codecov/codecov-action@v1.5.0
89+
- uses: codecov/codecov-action@v1.5.2
9090
with:
9191
file: ./coverage.txt
9292
fail_ci_if_error: true
@@ -125,7 +125,7 @@ jobs:
125125
sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
126126
done
127127
if: "env.GIT_DIFF != ''"
128-
- uses: codecov/codecov-action@v1.5.0
128+
- uses: codecov/codecov-action@v1.5.2
129129
with:
130130
file: ./coverage.txt
131131
fail_ci_if_error: true
@@ -164,7 +164,7 @@ jobs:
164164
sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
165165
done
166166
if: "env.GIT_DIFF != ''"
167-
- uses: codecov/codecov-action@v1.5.0
167+
- uses: codecov/codecov-action@v1.5.2
168168
with:
169169
file: ./coverage.txt
170170
fail_ci_if_error: true
@@ -203,7 +203,7 @@ jobs:
203203
sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
204204
done
205205
if: "env.GIT_DIFF != ''"
206-
- uses: codecov/codecov-action@v1.5.0
206+
- uses: codecov/codecov-action@v1.5.2
207207
with:
208208
file: ./coverage.txt
209209
fail_ci_if_error: true

0 commit comments

Comments
 (0)