Skip to content

Commit ab4509c

Browse files
authored
Merge pull request #314 from moul/dependabot/github_actions/codecov/codecov-action-3.1.1
chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1
2 parents fb263ee + 991720c commit ab4509c

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)