mirror of
https://github.com/logos-storage/logos-storage-go.git
synced 2026-01-02 13:23:11 +00:00
fine tunning CI
This commit is contained in:
parent
bdae45907b
commit
e340e36d97
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -46,11 +46,11 @@ jobs:
|
||||
run: go build -v ./...
|
||||
|
||||
- name: Run unit tests
|
||||
run: gotestsum --packages="./..." -f standard-verbose --rerun-fails -- -v -count=1
|
||||
run: gotestsum --packages="./communities" -f standard-verbose --rerun-fails -- -v -count=1
|
||||
|
||||
- name: Check test coverage
|
||||
- name: Check test coverage for communities package
|
||||
run: |
|
||||
go test -coverprofile=coverage.out ./...
|
||||
go test -coverprofile=coverage.out ./communities
|
||||
go tool cover -func=coverage.out
|
||||
|
||||
- name: Upload coverage reports
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user