Skip to content

Commit be56263

Browse files
committed
ci: use coveralls action
1 parent bbf9eec commit be56263

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ jobs:
2222
uses: golangci/golangci-lint-action@v2
2323
- run: make tools
2424
- run: go-acc -o coverage.txt ./... -- -v -failfast -timeout=20m -tags sqlite
25-
- run: bash <(curl -s https://codecov.io/bash)
25+
- name: Coveralls
26+
uses: coverallsapp/github-action@master
27+
with:
28+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)