mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Fix workflow
This commit is contained in:
parent
66a1061d96
commit
d51543d817
1 changed files with 1 additions and 3 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
|
@ -16,9 +16,7 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: go test -v ./... -covermode=count -coverprofile=coverage.out
|
||||||
export PATH=$PATH:$(go env GOPATH)/bin
|
|
||||||
go test -v ./... -covermode=count -coverprofile=coverage.out
|
|
||||||
- name: Convert coverage to lcov
|
- name: Convert coverage to lcov
|
||||||
uses: jandelgado/gcov2lcov-action@v1.0.0
|
uses: jandelgado/gcov2lcov-action@v1.0.0
|
||||||
if: "matrix.platform == 'ubuntu-latest'"
|
if: "matrix.platform == 'ubuntu-latest'"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue