We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb263ee + 991720c commit ab4509cCopy full SHA for ab4509c
.github/workflows/go.yml
@@ -132,7 +132,7 @@ jobs:
132
git --no-pager diff go.mod go.sum
133
git --no-pager diff --quiet go.mod go.sum
134
- name: Upload coverage to Codecov
135
- uses: codecov/codecov-action@v3.1.0
+ uses: codecov/codecov-action@v3.1.1
136
with:
137
#token: ${{ secrets.CODECOV_TOKEN }}
138
file: ./coverage.txt
@@ -177,7 +177,7 @@ jobs:
177
- name: Run tests on Unix-like operating systems
178
run: make unittest
179
180
181
182
183
0 commit comments