How to use the io function from coveralls

Find comprehensive JavaScript coveralls.io code examples handpicked from public code repositorys.

130
131
132
133
134
135
136
137
138
139
  }
  if ((response.statusCode >= 200 && response.statusCode < 300) && isJSON) {
    // TODO: log success sending to coveralls.io
    log.info("%d --- %s", response.statusCode, success(body));
  } else {
    // TODO: log error sending to coveralls.io
    log.info("%d --- %s", response.statusCode, body);
  }
  done();
}
fork icon13
star icon66
watch icon2

+ 47 other calls in file