comment:
  layout: "header, diff, changes, uncovered"
  behavior: default  # update if exists else create new
codecov:
  branch: master
coverage:
  status:
    patch:
      default: false
    project:
      default: false  # disable the default status that measures entire project
      api:  # declare a new status context "api"
        target: 35%  # we always want 100% coverage here
        paths: "autoload/SpaceVim/api/"  # only include coverage in "autoload/SpaceVim/api/" folder
      all:  # declare a new status context "all"
        paths: "!tests/"  # remove all files in "tests/"