mirror of
https://github.com/snapp-incubator/pakhshi.git
synced 2025-09-26 20:21:13 +08:00
feat: Add Coverage Report
This commit is contained in:
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@@ -10,4 +10,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
- run: docker-compose up -d
|
||||
- run: go test ./...
|
||||
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
|
||||
- uses: codecov/codecov-action@v1
|
||||
with:
|
||||
files: coverage.out
|
||||
|
Reference in New Issue
Block a user