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

Integrate loguru for advanced logging #93

Merged
merged 4 commits into from
May 2, 2024

Conversation

gromdimon
Copy link
Collaborator

Issue:

Description:

  • Added loguru support

@gromdimon gromdimon linked an issue Apr 30, 2024 that may be closed by this pull request
Copy link

codecov bot commented May 2, 2024

Codecov Report

Attention: Patch coverage is 67.12329% with 48 lines in your changes are missing coverage. Please review.

Project coverage is 79.87%. Comparing base (c054e97) to head (3bd5037).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
- Coverage   80.59%   79.87%   -0.73%     
==========================================
  Files          17       17              
  Lines        1180     1232      +52     
==========================================
+ Hits          951      984      +33     
- Misses        229      248      +19     
Files Coverage Δ
src/cli.py 95.65% <100.00%> (+0.19%) ⬆️
src/defs/autopvs1.py 100.00% <100.00%> (ø)
src/defs/exceptions.py 100.00% <100.00%> (ø)
src/api/annonars.py 87.50% <80.00%> (-2.50%) ⬇️
src/api/dotty.py 87.50% <80.00%> (-2.50%) ⬇️
src/api/mehari.py 92.30% <81.81%> (-4.57%) ⬇️
src/pvs1/auto_pvs1.py 85.36% <60.00%> (-1.82%) ⬇️
src/pvs1/strucvar_pvs1.py 32.65% <25.00%> (ø)
src/auto_acmg.py 66.25% <70.00%> (+0.03%) ⬆️
src/pvs1/seqvar_pvs1.py 70.80% <62.50%> (-1.38%) ⬇️

@gromdimon gromdimon merged commit 4b2303e into main May 2, 2024
3 of 4 checks passed
@gromdimon gromdimon deleted the 23-integrate-loguru-for-advanced-logging branch May 2, 2024 08:45
gromdimon added a commit that referenced this pull request Aug 2, 2024
* Add loguru logging

* fix failing tests

* try to fix failing test in CI

* add comment
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.

Integrate loguru for advanced logging
1 participant