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

WIP: C++ and python api #1

Merged
merged 10 commits into from
Jun 10, 2024

polished python API and added tests

231876a
Select commit
Loading
Failed to load commit list.
Merged

WIP: C++ and python api #1

polished python API and added tests
231876a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 10, 2024 in 0s

72.73% (+0.97%) compared to 967cd56

View this Pull Request on Codecov

72.73% (+0.97%) compared to 967cd56

Details

Codecov Report

Attention: Patch coverage is 80.27523% with 43 lines in your changes missing coverage. Please review.

Project coverage is 72.73%. Comparing base (967cd56) to head (231876a).

Files Patch % Lines
include/flock/cxx/group.hpp 51.85% 13 Missing ⚠️
include/flock/cxx/group-view.hpp 88.05% 6 Missing and 2 partials ⚠️
include/flock/cxx/exception.hpp 0.00% 6 Missing ⚠️
python/src/py-flock-client.cpp 76.92% 6 Missing ⚠️
include/flock/cxx/server.hpp 68.75% 4 Missing and 1 partial ⚠️
include/flock/cxx/client.hpp 78.57% 2 Missing and 1 partial ⚠️
src/provider.c 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #1      +/-   ##
==========================================
+ Coverage   71.75%   72.73%   +0.97%     
==========================================
  Files          17       25       +8     
  Lines        1795     2006     +211     
  Branches      261      269       +8     
==========================================
+ Hits         1288     1459     +171     
- Misses        343      380      +37     
- Partials      164      167       +3     

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