File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " gomod"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
Original file line number Diff line number Diff line change 55 branches : [ "main" ]
66 pull_request :
77 branches : [ "main" ]
8-
8+
9+ permissions :
10+ contents : write
11+ pull-requests : write
12+
913jobs :
1014
1115 build :
2529
2630 - name : Test
2731 run : go test -v ./...
32+
33+ - run : " go test -coverprofile=coverage.out -covermode=count ./..."
34+ - uses : seriousben/go-patch-cover-action@v1
Original file line number Diff line number Diff line change 22Примеры по Go
33
44[ ![ Go] ( https://github.com/BasePractice/pGo/actions/workflows/go.yml/badge.svg )] ( https://github.com/BasePractice/pGo/actions/workflows/go.yml )
5+ [ ![ CodeQL] ( https://github.com/BasePractice/pGo/actions/workflows/github-code-scanning/codeql/badge.svg )] ( https://github.com/BasePractice/pGo/actions/workflows/github-code-scanning/codeql )
56
67``` shell
78go build -o .bin/server cmd/server/main.go
You can’t perform that action at this time.
0 commit comments