Skip to content

Commit 6d556f0

Browse files
authored
Merge pull request #20 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 56d8baf + ea427cb commit 6d556f0

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
@@ -128,7 +128,7 @@ jobs:
128128
git --no-pager diff go.mod go.sum
129129
git --no-pager diff --quiet go.mod go.sum
130130
- name: Upload coverage to Codecov
131-
uses: codecov/[email protected].0
131+
uses: codecov/[email protected].1
132132
with:
133133
#token: ${{ secrets.CODECOV_TOKEN }}
134134
file: ./coverage.txt
@@ -173,7 +173,7 @@ jobs:
173173
- name: Run tests on Unix-like operating systems
174174
run: make unittest
175175
- name: Upload coverage to Codecov
176-
uses: codecov/[email protected].0
176+
uses: codecov/[email protected].1
177177
with:
178178
#token: ${{ secrets.CODECOV_TOKEN }}
179179
file: ./coverage.txt

0 commit comments

Comments
 (0)