Skip to content

Commit

Permalink
Merge pull request #31 from joyme123/doc-readme
Browse files Browse the repository at this point in the history
doc: update go test converage report
  • Loading branch information
joyme123 committed Nov 25, 2023
2 parents f2bf934 + 802b505 commit d2c02f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
- name: Test
run: go test -v ./...

- name: Update coverage report
uses: ncruces/go-coverage-report@v0
with:
report: true
chart: true
amend: true
reuse-go: true
continue-on-error: true

- name: Build with xgo
uses: crazy-max/ghaction-xgo@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Thrift language server

[![Language grade: Go](https://img.shields.io/lgtm/grade/go/g/joyme123/thrift-ls.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/joyme123/thrift-ls/context:go)

[![Go Coverage](https://github.com/joyme123/thrift-ls/wiki/coverage.svg)](https://raw.githack.com/wiki/joyme123/thrift-ls/coverage.html)
![Go](https://github.com/joyme123/thrift-ls/workflows/Go/badge.svg?branch=main)

thrift-ls implements language server protocol
Expand Down

0 comments on commit d2c02f5

Please sign in to comment.