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

test: Support single-source sync #80

Merged
merged 1 commit into from
Nov 4, 2024

test: Support single-source sync

a4ec83e
Select commit
Loading
Failed to load commit list.
Merged

test: Support single-source sync #80

test: Support single-source sync
a4ec83e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2024 in 0s

91.16% (+4.22%) compared to 629df56

View this Pull Request on Codecov

91.16% (+4.22%) compared to 629df56

Details

Codecov Report

Attention: Patch coverage is 91.80328% with 35 lines in your changes missing coverage. Please review.

Project coverage is 91.16%. Comparing base (629df56) to head (a4ec83e).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/lib.rs 86.40% 17 Missing ⚠️
src/user.rs 88.65% 11 Missing ⚠️
src/zitadel.rs 97.14% 5 Missing ⚠️
src/main.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #79      +/-   ##
==========================================
+ Coverage   86.94%   91.16%   +4.22%     
==========================================
  Files           7        8       +1     
  Lines        1310     1291      -19     
==========================================
+ Hits         1139     1177      +38     
+ Misses        171      114      -57     
Files with missing lines Coverage Δ
src/config.rs 97.67% <ø> (+1.43%) ⬆️
src/sources/csv.rs 95.39% <100.00%> (+2.01%) ⬆️
src/sources/ldap.rs 96.73% <100.00%> (+0.81%) ⬆️
src/sources/ukt.rs 86.20% <ø> (-0.53%) ⬇️
src/main.rs 0.00% <0.00%> (ø)
src/zitadel.rs 97.66% <97.14%> (+21.00%) ⬆️
src/user.rs 88.98% <88.65%> (-0.73%) ⬇️
src/lib.rs 86.40% <86.40%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 123b271...a4ec83e. Read the comment docs.