mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
Fix coverage reporting from GitHub workflow
This commit is contained in:
parent
477979bce9
commit
e63aa950d4
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Download Go modules
|
||||
run: go mod download
|
||||
|
|
@ -34,4 +34,4 @@ jobs:
|
|||
go test -race -covermode atomic -coverprofile=profile.cov ./...
|
||||
GO111MODULE=off go get github.com/mattn/goveralls
|
||||
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
|
||||
if: matrix.go-version == '1.15.x' && matrix.platform == 'ubuntu-latest'
|
||||
if: matrix.go-version == '1.15.x' && matrix.os == 'ubuntu-latest'
|
||||
Loading…
Add table
Add a link
Reference in a new issue