mirror of
https://github.com/number571/go-peer.git
synced 2026-09-12 19:50:00 +05:00
update
This commit is contained in:
parent
7a62a7970f
commit
7bce957fae
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -13,17 +13,17 @@ jobs:
|
||||
- name: Ubuntu updating...
|
||||
run: sudo apt-get update
|
||||
- name: Applications installing...
|
||||
run: sudo apt-get install -y wget gcc make git snap
|
||||
run: sudo apt-get install -y wget gcc make git
|
||||
- name: Golang installing...
|
||||
run: wget https://dl.google.com/go/go1.16.linux-amd64.tar.gz
|
||||
- name: Golang unpacking...
|
||||
run: sudo tar -C /opt -xzf go1.16.linux-amd64.tar.gz
|
||||
- name: Golangci installing...
|
||||
run: sudo snap install golangci-lint --classic
|
||||
- name: Environment setting...
|
||||
run: export PATH="${PATH}:/opt/go/bin" && export PATH="${PATH}:/snap/bin"
|
||||
run: export PATH="${PATH}:/opt/go/bin" && export PATH="${PATH}:$(go env GOPATH)/bin"
|
||||
- name: Golangci installing...
|
||||
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.57.2
|
||||
- name: Go-peer downloading...
|
||||
run: git clone https://github.com/number571/go-peer.git
|
||||
run: git clone --depth=1 https://github.com/number571/go-peer.git
|
||||
- name: Go-peer lint running...
|
||||
run: make lint-run -C go-peer
|
||||
- name: Go-peer test running...
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96" height="20" role="img" aria-label="coverage: 97%"><title>coverage: 97%</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="96" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="61" height="20" fill="#555"/><rect x="61" width="35" height="20" fill="#97ca00"/><rect width="96" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="315" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text><text x="315" y="140" transform="scale(.1)" fill="#fff" textLength="510">coverage</text><text aria-hidden="true" x="775" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="250">97%</text><text x="775" y="140" transform="scale(.1)" fill="#fff" textLength="250">97%</text></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96" height="20" role="img" aria-label="coverage: 96%"><title>coverage: 96%</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="96" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="61" height="20" fill="#555"/><rect x="61" width="35" height="20" fill="#97ca00"/><rect width="96" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="315" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">coverage</text><text x="315" y="140" transform="scale(.1)" fill="#fff" textLength="510">coverage</text><text aria-hidden="true" x="775" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="250">96%</text><text x="775" y="140" transform="scale(.1)" fill="#fff" textLength="250">96%</text></g></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
11168
test/result/coverage.out
11168
test/result/coverage.out
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user