cqframework / clinical_quality_language

Clinical Quality Language (CQL) is an HL7 specification for the expression of clinical knowledge that can be used within both the Clinical Decision Support (CDS) and Clinical Quality Measurement (CQM) domains. This repository contains complementary tooling in support of that specification.
https://confluence.hl7.org/display/CDS/Clinical+Quality+Language
Apache License 2.0
251 stars 121 forks source link

Fix JUnit Tests #1359

Closed JPercival closed 2 months ago

JPercival commented 2 months ago

As some point in the future we'd like to migrate all tests to JUnit. In the meantime, most of the tests are written using TestNG. The CI Server was not executing JUnit-based tests, causing a few regressions.

github-actions[bot] commented 2 months ago

Formatting check succeeded!

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 62.26%. Comparing base (662ff61) to head (3c25cdf).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1359 +/- ## ============================================ - Coverage 62.90% 62.26% -0.65% - Complexity 6144 6953 +809 ============================================ Files 479 492 +13 Lines 25501 27732 +2231 Branches 4723 5506 +783 ============================================ + Hits 16042 17267 +1225 - Misses 7295 8202 +907 - Partials 2164 2263 +99 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.