Michael Gross

Results 16 issues of Michael Gross

Addresses https://github.com/aconrad/pycobertura/issues/144. Can you please review, @aconrad ?

Add possibility to hide columns. To investigate: - Order of columns seems to be not anymore preserved :) - consistency across all formats - tests

Addresses https://github.com/aconrad/pycobertura/issues/146. @aconrad Please review! FYI: @notpushkin

Adds a regex option. Examples: ``` $ pycobertura show coverage.xml --regex "^c" Filename Stmts Miss Cover Missing ------------ ------- ------ ------- --------- cli.py 78 0 100.00% cobertura.py 206 0 100.00%...

yaml is broken, hmm... this is only experimental for now, as probably not improving performance significantly...

Move tests into setup.cfg. Would also allow to pin version of `pytest`.

Hi @aconrad I think would be interesting what needs to be in for the 3.0.0 release. It would also be interesting to see if some of the Issues could be...

### Description It seems very hard to load LightGCN model, it is possible to restore the data, but it is unclear how to get the right embeddings, because a lot...

help wanted

# Summary Original issue has been opened at coveragepy: https://github.com/nedbat/coveragepy/issues/1355. I get CoverageWarning: --include is ignored because --source is set (include-ignored) self.warn("--include is ignored because --source is set", slug="include-ignored") although...

**Ask a question** Is it possible to specify specs on a resource that is not in the same module as the API? **Additional context** I have posted the question as...

question