nickmerwin / node-coveralls

lcov posting to coveralls.io
Other
1.07k stars 258 forks source link

Build number is not reported? #117

Open lolmaus opened 8 years ago

lolmaus commented 8 years ago

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?

CoreyCole commented 6 years ago

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

Not sure if it is still the case