Page MenuHomePhabricator

Detailed coverage report are not pushed into phabricator
Closed, ResolvedPublic

Asked by DheerendraRathor on Oct 18 2015, 5:19 PM.

Details

Hi,
when I do arc diff it runs unit tests and generate coverage report like

COVERAGE REPORT
      0%     requirements.txt
      0%     .arclint
      0%     project/settings.ini.sample
      0%     .pylintrc
      0%     Documentation.md
      0%     registration/views.py
     95%     project/settings.py

But in phabricator unit test report only these lines are present

Passed	160 ms	coverage::coverage

Is there any way that detailed coverage report can be pushed into differential?

Answers

avivey
Updated 3,111 Days Ago

The coverage information should be presented in the diff itself, as a column of blueish/redish squares; See https://secure.phabricator.com/D14116 for an example:

pasted_file (337×277 px, 10 KB)

(Hover your mouse over the column for a legend)

New Answer

Answer

This question has been marked as closed, but you can still leave a new answer.