Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests once #311

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Run tests once #311

merged 1 commit into from
Mar 21, 2024

Conversation

sneakers-the-rat
Copy link
Contributor

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

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cmungall cmungall merged commit 23b5f39 into linkml:main Mar 21, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants