return {
  _all = {
    coverage = true,
    verbose = true,
    ROOT = { "spec" }
  },
  default = {
    ["exclude-tags"] = "mac"
  },
  mac = {
    tags = "mac"
  }
}
