ktbarrett / find_libpython

Finds the libpython associated with the current Python environment, wherever it may be hiding.
MIT License
14 stars 7 forks source link

Run find_libpython script with coverage #49

Closed ktbarrett closed 6 months ago

ktbarrett commented 6 months ago

Should hit the lines in __main__.py.

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 65.60%. Comparing base (ed35dd8) to head (2b5286b). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #49 +/- ## ========================================== + Coverage 63.27% 65.60% +2.33% ========================================== Files 3 4 +1 Lines 177 189 +12 Branches 47 47 ========================================== + Hits 112 124 +12 Misses 46 46 Partials 19 19 ```

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