mirror of
https://github.com/logos-storage/logos-storage-go.git
synced 2026-01-04 06:13:07 +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 ./...
|
run: go build -v ./...
|
||||||
|
|
||||||
- name: Run unit tests
|
- 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: |
|
run: |
|
||||||
go test -coverprofile=coverage.out ./...
|
go test -coverprofile=coverage.out ./communities
|
||||||
go tool cover -func=coverage.out
|
go tool cover -func=coverage.out
|
||||||
|
|
||||||
- name: Upload coverage reports
|
- name: Upload coverage reports
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user