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 4da09b1 + 47c8baf commit f352cb9Copy full SHA for f352cb9
.github/workflows/go.yml
@@ -111,7 +111,7 @@ jobs:
111
git --no-pager diff go.mod go.sum
112
git --no-pager diff --quiet go.mod go.sum
113
- name: Upload coverage to Codecov
114
- uses: codecov/codecov-action@v1.5.2
+ uses: codecov/codecov-action@v2.1.0
115
with:
116
#token: ${{ secrets.CODECOV_TOKEN }}
117
file: ./coverage.txt
@@ -152,7 +152,7 @@ jobs:
152
- name: Run tests on Unix-like operating systems
153
run: make unittest
154
155
156
157
158
0 commit comments