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 it possible to skip logging before the actual call #2745

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Change if-statement to boolean expression

822ccb7
Select commit
Loading
Failed to load commit list.
Open

Make it possible to skip logging before the actual call #2745

Change if-statement to boolean expression
822ccb7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 7, 2024 in 0s

56.70% (+0.00%) compared to f92920c

View this Pull Request on Codecov

56.70% (+0.00%) compared to f92920c

Details

Codecov Report

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

Project coverage is 56.70%. Comparing base (f92920c) to head (822ccb7).

Files Patch % Lines
python/nav/web/auth/remote_user.py 50.00% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2745   +/-   ##
=======================================
  Coverage   56.69%   56.70%           
=======================================
  Files         602      602           
  Lines       43971    43980    +9     
=======================================
+ Hits        24931    24937    +6     
- Misses      19040    19043    +3     

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