We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0052bee commit 0e62776Copy full SHA for 0e62776
.github/workflows/go.yml
@@ -115,7 +115,7 @@ jobs:
115
git --no-pager diff go.mod go.sum
116
git --no-pager diff --quiet go.mod go.sum
117
- name: Upload coverage to Codecov
118
- uses: codecov/codecov-action@v1.5.2
+ uses: codecov/codecov-action@2.0.0
119
with:
120
#token: ${{ secrets.CODECOV_TOKEN }}
121
file: ./coverage.txt
@@ -158,7 +158,7 @@ jobs:
158
- name: Run tests on Unix-like operating systems
159
run: make unittest
160
161
162
163
164
0 commit comments