linkml / linkml-runtime

Runtime support for linkml generated models
https://linkml.io/linkml/
Creative Commons Zero v1.0 Universal
24 stars 23 forks source link

Run tests once #311

Closed sneakers-the-rat closed 6 months ago

sneakers-the-rat commented 6 months ago

Currently the tests run twice per condition - both poetry run python -m unittest discover and poetry run coverage run -m unittest discover run the tests.

this PR makes it so the tests only run once

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 62.92%. Comparing base (82fcfa6) to head (deb2ba3). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #311 +/- ## ========================================== + Coverage 62.90% 62.92% +0.02% ========================================== Files 62 62 Lines 8532 8532 Branches 2436 2436 ========================================== + Hits 5367 5369 +2 + Misses 2554 2553 -1 + Partials 611 610 -1 ```

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