mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 17:31: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
|
# version: v1.30.0
|
||||||
- run: make all
|
- run: make all
|
||||||
- name: Install goveralls
|
- name: Install goveralls
|
||||||
env:
|
|
||||||
GO111MODULE: off
|
|
||||||
run: |
|
run: |
|
||||||
export GOPATH=$GITHUB_WORKSPACE
|
export GOPATH=$GITHUB_WORKSPACE
|
||||||
go get github.com/mattn/goveralls
|
go install github.com/mattn/goveralls@v0.0.12
|
||||||
- name: Send coverage
|
- name: Send coverage
|
||||||
env:
|
env:
|
||||||
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: ./bin/goveralls -coverprofile=coverage.out -service=github
|
run: |
|
||||||
|
./bin/goveralls -coverprofile=coverage.out -service=github
|
||||||
|
|
||||||
goreleaser:
|
goreleaser:
|
||||||
name: Goreleaser
|
name: Goreleaser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user