コード例 #1
0
 /**
  * Fill repo_token for unsupported CI service.
  *
  * "COVERALLS_REPO_TOKEN" must be set.
  *
  * @return \Contrib\Bundle\CoverallsV1Bundle\Collector\CiEnvVarsCollector
  */
 protected function fillRepoToken()
 {
     if ($this->config->hasRepoToken()) {
         $this->env['COVERALLS_REPO_TOKEN'] = $this->config->getRepoToken();
     }
     return $this;
 }