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

feat: Add localpart to CSV import #100

Merged
merged 2 commits into from
Dec 13, 2024

release: v0.9.0

b267043
Select commit
Loading
Failed to load commit list.
Merged

feat: Add localpart to CSV import #100

release: v0.9.0
b267043
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 13, 2024 in 1s

93.18% (-0.09%) compared to f6ffe7c

View this Pull Request on Codecov

93.18% (-0.09%) compared to f6ffe7c

Details

Codecov Report

Attention: Patch coverage is 92.91339% with 9 lines in your changes missing coverage. Please review.

Project coverage is 93.18%. Comparing base (f6ffe7c) to head (b267043).

Files with missing lines Patch % Lines
src/sources/csv.rs 86.76% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
- Coverage   93.26%   93.18%   -0.09%     
==========================================
  Files           9        9              
  Lines        1604     1716     +112     
==========================================
+ Hits         1496     1599     +103     
- Misses        108      117       +9     
Files with missing lines Coverage Δ
src/bin/migrate.rs 98.83% <100.00%> (+0.11%) ⬆️
src/lib.rs 87.12% <100.00%> (+0.72%) ⬆️
src/sources/ldap.rs 97.86% <100.00%> (+<0.01%) ⬆️
src/user.rs 92.56% <100.00%> (+0.90%) ⬆️
src/zitadel.rs 96.73% <100.00%> (+0.09%) ⬆️
src/sources/csv.rs 94.79% <86.76%> (-4.47%) ⬇️

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 f6ffe7c...b267043. Read the comment docs.