node-coveralls
node-coveralls copied to clipboard
Build number is not reported?
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?
Looks like this might not be currently possible with node-coveralls #107
Not sure if it is still the case