= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
ON THIS PAGE
package datakit-ci
-
datakit_ci
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Configuration
type test = string Term.t
The type for individual tests.
project ~id tests
is the configuration for a single GitHub project. tests
is a list tests to apply to branches, tags and open PRs within the project. dashboards
(default ["master"]
) is a list of branches to display in the main dashboard area.
val v : web_config:Web.config -> projects:project list -> t
v ~web_config ~project
describe a complete project configuration.
ON THIS PAGE