llgo/cl/cltest

This commit is contained in:
xushiwei
2024-04-25 07:29:45 +08:00
parent 3f49fe9e98
commit edcb66afb7
6 changed files with 143 additions and 93 deletions

View File

@@ -60,4 +60,7 @@ jobs:
run: go build -v ./...
- name: Test
run: go test -v ./...
run: go test -v -coverprofile="coverage.txt" -covermode=atomic ./...
- name: Codecov
uses: codecov/codecov-action@v2