pycobertura icon indicating copy to clipboard operation
pycobertura copied to clipboard

[Draft] add possibility to hide columns

Open gro1m opened this issue 2 years ago • 3 comments

Add possibility to hide columns.

To investigate:

  • Order of columns seems to be not anymore preserved :)
  • consistency across all formats
  • tests

gro1m avatar Mar 13 '22 12:03 gro1m

@aconrad Please let me know what you think of this implementation...

gro1m avatar Mar 13 '22 18:03 gro1m

Hi @aconrad I get file system not found errors, can you investigate this. In commit https://github.com/aconrad/pycobertura/pull/137/commits/a5ecd916b818ff9ab8a934b8bce1556cf67e36ef I could fix test_diff__better_coverage_has_exit_status_of_zero by adjusting the paths in the xml, but I could not fix test_diff__worse_coverage_exit_status by adjusting paths. Do you have an idea what I need to do here to get this properly done? It just seems that all the other tests use two folders, e.g. tests/dummy.source1/coverage.xml and only the dummy folder uses only one, e.g. tests/dummy.with-dummy2-no-cov.xml. So I am not sure what to do here...

gro1m avatar Apr 23 '22 08:04 gro1m

Strangely, I needed to fix some tests here. But I ask myself how the html File Not Found Error could ever have worked, because these files indeed exist. Can you please check, @aconrad?

gro1m avatar Jun 11 '22 13:06 gro1m

Closed in favor of https://github.com/aconrad/pycobertura/pull/160

gro1m avatar Oct 15 '22 15:10 gro1m