node-coveralls icon indicating copy to clipboard operation
node-coveralls copied to clipboard

Build number is not reported?

Open lolmaus opened this issue 10 years ago • 1 comments

My CI (CodeShip) claims to have a CI_BUILD_NUMBER env var.

CI reporting routine looks like this:

export COVERALLS_SERVICE_JOB_ID=$CI_BUILD_NUMBER
cat lcov.dat | ./node_modules/coveralls/bin/coveralls.js

Builds are numbered in Coveralls as 1, 2, 3... even though CodeShip build numbers look like this: 11505729.

Why are build numbers not applying and how do I make them be applied?

lolmaus avatar Jan 25 '16 15:01 lolmaus

Looks like this might not be currently possible with node-coveralls #107

Not sure if it is still the case

CoreyCole avatar Jun 07 '18 22:06 CoreyCole