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

Make sure logger.getLogger() is used instead of logging directly via logging.debug() #91

Merged
merged 2 commits into from
Nov 15, 2024

Implement suggestion.

b1212cc
Select commit
Loading
Failed to load commit list.
Merged

Make sure logger.getLogger() is used instead of logging directly via logging.debug() #91

Implement suggestion.
b1212cc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 15, 2024 in 0s

96.66% (+0.00%) compared to 8c39970

View this Pull Request on Codecov

96.66% (+0.00%) compared to 8c39970

Details

Codecov Report

Attention: Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.

Project coverage is 96.66%. Comparing base (8c39970) to head (b1212cc).

Files with missing lines Patch % Lines
prymer/primer3/primer3.py 0.00% 1 Missing ⚠️
prymer/util/executable_runner.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #91   +/-   ##
=======================================
  Coverage   96.66%   96.66%           
=======================================
  Files          26       26           
  Lines        1707     1709    +2     
  Branches      331      331           
=======================================
+ Hits         1650     1652    +2     
  Misses         31       31           
  Partials       26       26           

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