Strider-CD / strider-blanket

8 stars 2 forks source link

Coverage report not showing #1

Open bsander opened 10 years ago

bsander commented 10 years ago

Does this extension still work? I installed it and it launches my specified command to get a json-cov report, which also gets parsed (no "output is not json" errors show up) but the results are never shown on the build job page. Is there anything special I need to do to get this to work?

bharathrao commented 10 years ago

The job is claimed to be successful in /var/log/strider.log: 4 Aug 20:51:51 - ^[[32minfo^[[39m: [runner:simple-runner] Queued new job. Project: xxx/yyy Job ID: 53dfba273bc259ba0b00003a 4 Aug 20:51:57 - ^[[32minfo^[[39m: [runner:simple-runner] Job started. Project: xxx/yyy Job ID: 53dfba273bc259ba0b00003a 4 Aug 20:52:27 - ^[[32minfo^[[39m: [runner:simple-runner] Job done without error. Project: xxx/yyy Job ID: 53dfba273bc259ba0b00003a 4 Aug 20:52:27 - ^[[32minfo^[[39m: Using SMTP transport from config

The JSON coverage report is also logged into the log (omitted here)

However, the strider console shows red and 'Output suppressed' screen shot 2014-08-04 at 9 56 35 am

jaredly commented 10 years ago

The coverage report should show up as a bar above the console display. You need to check "show status" on the plugin config page [image: Inline image 1]

On Mon, Aug 4, 2014 at 9:59 AM, bharathrao notifications@github.com wrote:

The job is claimed to be successful in /var/log/strider.log: 4 Aug 20:51:51 - ^[[32minfo^[[39m: [runner:simple-runner] Queued new job. Project: bharathrao/coinpit Job ID: 53dfba273bc259ba0b00003a 4 Aug 20:51:57 - ^[[32minfo^[[39m: [runner:simple-runner] Job started. Project: bharathrao/coinpit Job ID: 53dfba273bc259ba0b00003a 4 Aug 20:52:27 - ^[[32minfo^[[39m: [runner:simple-runner] Job done without error. Project: bharathrao/coinpit Job ID: 53dfba273bc259ba0b00003a 4 Aug 20:52:27 - ^[[32minfo^[[39m: Using SMTP transport from config

The JSON coverage report is also logged into the log (omitted here)

However, the strider console shows red and 'Output suppressed' [image: screen shot 2014-08-04 at 9 56 35 am] https://cloud.githubusercontent.com/assets/1541039/3800459/b4739840-1bf8-11e4-97e1-5471864e1370.png

— Reply to this email directly or view it on GitHub https://github.com/Strider-CD/strider-blanket/issues/1#issuecomment-51087000 .

bharathrao commented 10 years ago

I have a green build and nothing shows up above the console display

Is there anything I need to do other than install strider-blanket under strider/node_modules?

screen shot 2014-08-31 at 7 51 46 pm

jordonias commented 9 years ago

I'm having the same issue