mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-28 17:01:02 +02:00
switch to go mod based goveralls in CI
This commit is contained in:
parent
9e1e952016
commit
923f51b8e3
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -78,15 +78,14 @@ jobs:
|
||||
# version: v1.30.0
|
||||
- run: make all
|
||||
- name: Install goveralls
|
||||
env:
|
||||
GO111MODULE: off
|
||||
run: |
|
||||
export GOPATH=$GITHUB_WORKSPACE
|
||||
go get github.com/mattn/goveralls
|
||||
go install github.com/mattn/goveralls@v0.0.12
|
||||
- name: Send coverage
|
||||
env:
|
||||
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: ./bin/goveralls -coverprofile=coverage.out -service=github
|
||||
run: |
|
||||
./bin/goveralls -coverprofile=coverage.out -service=github
|
||||
|
||||
goreleaser:
|
||||
name: Goreleaser
|
||||
|
Loading…
x
Reference in New Issue
Block a user