samply / blaze

A FHIR® Server with internal, fast CQL Evaluation Engine
https://samply.github.io/blaze
Apache License 2.0
151 stars 18 forks source link

Suppress Log Output at Code Coverage Runs #1848

Closed alexanderkiel closed 3 months ago

alexanderkiel commented 3 months ago

While running normal unit tests, the log output is captured by Kaocha. However for code coverage runs via Cloverage that was not the case. Having such enormous log output is bad for GitHub actions and potentially slower. Using the Cloverage plugin of Kaocha, we are now able to capture the log output also for coverage runs.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.68%. Comparing base (63d4de7) to head (d8f1d9c).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/samply/blaze/pull/1848/graphs/tree.svg?width=650&height=150&src=pr&token=tuYGGhSxBX&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=samply)](https://app.codecov.io/gh/samply/blaze/pull/1848?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=samply) ```diff @@ Coverage Diff @@ ## main #1848 +/- ## ========================================== - Coverage 94.74% 94.68% -0.07% ========================================== Files 282 320 +38 Lines 18414 19246 +832 Branches 428 478 +50 ========================================== + Hits 17447 18223 +776 - Misses 539 545 +6 - Partials 428 478 +50 ``` [see 41 files with indirect coverage changes](https://app.codecov.io/gh/samply/blaze/pull/1848/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=samply)