This repository was archived by the owner on Feb 19, 2020. It is now read-only.
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
Error while sending coverage using mocha #75
Closed
Description
Hi,
I am trying to send coverage to codecy using mocha on windows machine which is my local machine.
I am using following command
istanbul cover ./node_modules/mocha/bin/_mocha ./test --report lcovonly -- -R spec && type ./coverage/lcov.info | codacy-coverage --token && rm -rf ./coverage
However I get following error message . Any idea what this means ?
name: 'ValidationError',
details:
[ { message: '"value" is not allowed to be empty',
path: [],
type: 'any.empty',
context: [Object] } ],
_object: '',
annotate: [Function] }
[error] "2018-12-27T00:50:29.650Z" 'Error sending coverage'
[error] "2018-12-27T00:50:29.650Z" { ValidationError: "value" is not allowed to be empty
at Object.exports.process (C: