tree: a884970ac4c33cd42a6d9034c55dafad02f1f1ff [path history] [tgz]
  1. resultstore/
  2. events.go
  3. logger.go
  4. logger_test.go
  5. README.md
tilo/README.md

Tilo

Tilo is short for “Test Invocation LOgger”. It is a library for publishing build and test results to the Cloud Source build and test results UI. (example)

Code Generation

Tilo is tested using generated mocks of gRPC APIs and various interfaces. When these APIs change, mocks must be regenerated with go generate ./... The developer must have gomock installed.