Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Commit babf16c

Browse files
committed
change goveralls service from travis-ci to github
1 parent e8daada commit babf16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
working-directory: ${{ runner.workspace }}/go/src/pack.ag/amqp
6565
env:
6666
GOPATH: ${{ runner.workspace }}/go
67-
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
67+
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
run: |
69-
goveralls -coverprofile=cover.out -service=travis-ci
69+
goveralls -coverprofile=cover.out -service=github
7070
if: matrix.upload_coverage

0 commit comments

Comments
 (0)