Skip to content

Commit 991720c

Browse files
chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1
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](codecov/codecov-action@v3.1.0...v3.1.1) --- 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>
1 parent fb263ee commit 991720c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
git --no-pager diff go.mod go.sum
133133
git --no-pager diff --quiet go.mod go.sum
134134
- name: Upload coverage to Codecov
135-
uses: codecov/codecov-action@v3.1.0
135+
uses: codecov/codecov-action@v3.1.1
136136
with:
137137
#token: ${{ secrets.CODECOV_TOKEN }}
138138
file: ./coverage.txt
@@ -177,7 +177,7 @@ jobs:
177177
- name: Run tests on Unix-like operating systems
178178
run: make unittest
179179
- name: Upload coverage to Codecov
180-
uses: codecov/codecov-action@v3.1.0
180+
uses: codecov/codecov-action@v3.1.1
181181
with:
182182
#token: ${{ secrets.CODECOV_TOKEN }}
183183
file: ./coverage.txt

0 commit comments

Comments
 (0)