mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-15 02:18:10 -05:00
Compare commits
1 Commits
config-pre
...
coverage
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fb1235cb0 |
@@ -33,7 +33,7 @@ steps:
|
|||||||
- name: "go"
|
- name: "go"
|
||||||
path: "/gopath"
|
path: "/gopath"
|
||||||
script: |
|
script: |
|
||||||
go test -c -race ./tests/...
|
go test -c -cover -coverprofile=coverage.out -race ./tests/...
|
||||||
|
|
||||||
- id: "cloud-sql-pg"
|
- id: "cloud-sql-pg"
|
||||||
name: golang:1
|
name: golang:1
|
||||||
@@ -75,7 +75,7 @@ steps:
|
|||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
./alloydbpg.test -test.v
|
./alloydbpg.test -test.v -test.coverprofile=coverage.out
|
||||||
|
|
||||||
- id: "alloydb-ai-nl"
|
- id: "alloydb-ai-nl"
|
||||||
name: golang:1
|
name: golang:1
|
||||||
|
|||||||
Reference in New Issue
Block a user