Skip to content

Commit f352cb9

Browse files
authored
Merge pull request #416 from moul/dependabot/github_actions/codecov/codecov-action-2.1.0
chore(deps): bump codecov/codecov-action from 1.5.2 to 2.1.0
2 parents 4da09b1 + 47c8baf commit f352cb9

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
@@ -111,7 +111,7 @@ jobs:
111111
git --no-pager diff go.mod go.sum
112112
git --no-pager diff --quiet go.mod go.sum
113113
- name: Upload coverage to Codecov
114-
uses: codecov/codecov-action@v1.5.2
114+
uses: codecov/codecov-action@v2.1.0
115115
with:
116116
#token: ${{ secrets.CODECOV_TOKEN }}
117117
file: ./coverage.txt
@@ -152,7 +152,7 @@ jobs:
152152
- name: Run tests on Unix-like operating systems
153153
run: make unittest
154154
- name: Upload coverage to Codecov
155-
uses: codecov/codecov-action@v1.5.2
155+
uses: codecov/codecov-action@v2.1.0
156156
with:
157157
#token: ${{ secrets.CODECOV_TOKEN }}
158158
file: ./coverage.txt

0 commit comments

Comments
 (0)