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

Implement UUID support in qrexec (resolve conflict in #135) #180

Merged
merged 2 commits into from
Oct 9, 2024

Merge remote-tracking branch 'origin/pr/135' into uuid-conflict

257c462
Select commit
Loading
Failed to load commit list.
Merged

Implement UUID support in qrexec (resolve conflict in #135) #180

Merge remote-tracking branch 'origin/pr/135' into uuid-conflict
257c462
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 9, 2024 in 0s

78.98% (-0.01%) compared to 157da6f, passed because coverage increased by 0.01% when compared to adjusted base (78.96%)

View this Pull Request on Codecov

78.98% (-0.01%) compared to 157da6f, passed because coverage increased by 0.01% when compared to adjusted base (78.96%)

Details

Codecov Report

Attention: Patch coverage is 81.64794% with 49 lines in your changes missing coverage. Please review.

Project coverage is 78.98%. Comparing base (157da6f) to head (257c462).

Files with missing lines Patch % Lines
daemon/qrexec-daemon-common.c 31.57% 13 Missing ⚠️
daemon/qrexec-daemon.c 80.35% 11 Missing ⚠️
qrexec/utils.py 35.29% 11 Missing ⚠️
qrexec/policy/parser.py 89.39% 7 Missing ⚠️
libqrexec/ioall.c 60.00% 6 Missing ⚠️
qrexec/tools/qrexec_policy_exec.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #180      +/-   ##
==========================================
- Coverage   78.98%   78.98%   -0.01%     
==========================================
  Files          54       54              
  Lines        9740     9911     +171     
==========================================
+ Hits         7693     7828     +135     
- Misses       2047     2083      +36     

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