We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4840a commit 28f7d22Copy full SHA for 28f7d22
.github/workflows/go.yml
@@ -125,7 +125,7 @@ jobs:
125
git --no-pager diff go.mod go.sum
126
git --no-pager diff --quiet go.mod go.sum
127
- name: Upload coverage to Codecov
128
- uses: codecov/codecov-action@v1.5.0
+ uses: codecov/codecov-action@v2.0.1
129
with:
130
#token: ${{ secrets.CODECOV_TOKEN }}
131
file: ./coverage.txt
@@ -167,7 +167,7 @@ jobs:
167
- name: Run tests on Unix-like operating systems
168
run: make unittest
169
170
171
172
173
0 commit comments