Results 5 comments of NetraPK

Hi, How to use this --configure parameter? kcov --configure=coveralls-source=1 [other options] Can you elaborate the above line?

One more thing when I run the below command using jenkins pipeline : kcov --coveralls-id=${COVERALLS_TOKEN} --bash-dont-parse-binary-dir --exclude-path=coverage coverage ./script.sh It is not showing the % of coverage.. Am I missing...

Below is the coveralls.out when I run it manually: { "repo_token": "XXXX", "source_files": [ { "name": "variable.sh", "source_digest": "0xad88bcdb", "coverage": [null,null,1,1,1,1,1,1,3,1,1,1,5,1,1,1,1,1,null,1,0,null,null,1,null,0,0,null,null,0,0,null,null,0,0,null,null,1,1,1,1,null,0,null,null,null,null,2,2,1] }, { "name": "create_admin_user.sh", "source_digest": "0xaad64e55", "coverage": [null,1,null,null,1,1,1,1,null,null,0,0,null,null,null,6,null,null,null,1,null,0,0,0,0,null,null,null,null,2,1,0,null,null,1,null,null,null,1,3,0,0,null,1,null,null,null,null,null,1,3,1,null,null,null,null,null,1,3,1,null,0,0,0,0,null,null,null,null,null,null,1,2,1,2,0,0,0,null,3,1,1,null,null,null,null,null,1,0,0,0,0,null,0,0,null,0,null,1,null,null,null,null,1,2,1,0,null,null,null,null,null,null,0,null,1,null,null,null,1,1,1,1,null,1,1,1,null,1,1,1,null,0,null,null,0,null] }...

> @mbland, thanks for the quick feedback. Unfortunately, tried the following with same results... empty "bat" executable showing 0% covered.... kcov --bash-dont-parse-binary-dir --include-pattern=/user/src/xyz/Bats_Tests/,/user/src/xyz/Bats_Tests/tests,/usr/src/xyz/,/user/src/xyz/_,/user/src/,/user/src/_ /usr/src/xyz/coverage/ bats /usr/src/xyz/Bats_Tests/tests/ > > Folder structure:...