incalculable-beach-72723
08/15/2023, 12:03 AMdist/coverage/python/.coverage
) shows 0 lines covered. It looks like this was discussed last year [here](https://pantsbuild.slack.com/archives/C046T6T9U/p1651563909792529) with a minimal [repo](https://github.com/dbari/pants_coverage) reproducing the issue (it is described as issue 2). I can reproduce the issue with that repo on Pants 2.16. Does anyone know why the raw .coverage
report is incorrect or what I could do to fix it? Thanks!incalculable-beach-72723
08/15/2023, 12:05 AM.coverage
report, however I do need it (or will need to modify our tools to not need it somehow)happy-kitchen-89482
08/15/2023, 3:55 PMhappy-kitchen-89482
08/15/2023, 3:55 PMhappy-kitchen-89482
08/15/2023, 3:56 PMhappy-kitchen-89482
08/15/2023, 3:57 PMhappy-kitchen-89482
08/15/2023, 4:00 PMpants --keep-sandboxes=always
, and then look inside the relevant process sandboxes (whose paths will be logged to the console). Relevant would be the pytest
run, of course, and also any processes that merge or generate coverage reports. The __run.sh
script in each sandbox will show what the exact command was, and the input and output files will be in the sandbox for inspection.incalculable-beach-72723
08/15/2023, 7:21 PMhappy-kitchen-89482
08/15/2023, 11:30 PM