Skip to content

Commit f9eff7a

Browse files
committed
Merge branch 'master' of github.com:DoNewsCode/core-queue
2 parents b648f5c + 0ff4eea commit f9eff7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
3636

3737
- name: Upload coverage
38-
uses: codecov/codecov-action@v1
38+
uses: codecov/codecov-action@v2
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
file: coverage.txt

0 commit comments

Comments
 (0)