diff options
Diffstat (limited to 'syz-ci/syz-ci.go')
| -rw-r--r-- | syz-ci/syz-ci.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/syz-ci/syz-ci.go b/syz-ci/syz-ci.go index 7ec88c53e..9c59870ca 100644 --- a/syz-ci/syz-ci.go +++ b/syz-ci/syz-ci.go @@ -105,6 +105,9 @@ type Config struct { // Path to upload coverage reports from managers (optional). // Supported protocols: GCS (gs://) and HTTP PUT (http:// or https://). CoverUploadPath string `json:"cover_upload_path"` + // Path to upload json coverage reports from managers (optional). + // Supported protocol: GCS (gs://) + CoverPipelinePath string `json:"cover_pipeline_path"` // Path to upload corpus.db from managers (optional). // Supported protocols: GCS (gs://) and HTTP PUT (http:// or https://). CorpusUploadPath string `json:"corpus_upload_path"` |
