Bruno P. Kinoshita
Bruno P. Kinoshita
Thanks @keorn . In case that happens, my env: ```bash kinow@ranma:~$ julia -v julia version 1.4.1 kinow@ranma:~$ uname -a Linux ranma 5.4.0-89-generic #100-Ubuntu SMP Fri Sep 24 14:50:10 UTC 2021...
Not a problem @virtualgraham, and thanks for creating & sharing the code :-) . If you have some spare time later to review #8. I'm using that branch to use...
Hi @jonathanKingston ! - [ ] Change the producers and consumers page to be dedicated to explaining the use of these - [ ] Add links to all the language...
Hi @aconrad , I will use a sample Python project as my current project is private: https://github.com/kinow/protobuf-uml-diagram But this should be the same with any Pytest project using `pytest-cov`. You...
Sure, here's another project I worked on some time ago that also uses `pytest-cov` with branch coverage. https://github.com/cylc/cylc-flow/blob/c5f177024b15e392fa1a0ba0f5c1d908fa6dc4f6/.github/workflows/test_fast.yml#L28 coverage.xml in this gist https://gist.github.com/kinow/328f7313756022694638bca296aff4dd
FWIW I remember reading about how they calculate the coverage when branching is enabled (IIRC, because SonarQube was giving a different line & branch coverage?), and it was not very...
Good question, @aconrad . I replaced `pycobertura` by `pytest-cov`'s HTML report. To post that to a GitHub comment (using a GH action), I extracted what I wanted from `pytest-cov`'s HTML...
>When reviewing both, it's likely that the engineer will go look at one of the "Missing" lines and understand what needs to be covered in their next test. What do...
>@kinow Here's a sample output in markdown using the tilde ~ as the partial marker, what do you think? I think I still miss being able to see how much...
Ah, yo umean because of how the pagination component is being rendered, @LorenzBuehmann ? Should be easy to fix if that's the problem.