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

Add support for commit author name and email #118

Merged
merged 6 commits into from
May 26, 2022

Conversation

arthur-cw
Copy link
Contributor

@arthur-cw arthur-cw commented May 25, 2022

returning email and name separately instead of the usual format user_name <user_email>

@a-moreira
Copy link
Contributor

new commit after running cargo fmt :-) @CraZySacX

@jasonozias
Copy link
Collaborator

You can add an #[allow(clippy::too_many_lines)] to that function

@a-moreira
Copy link
Contributor

done! 😀

@codecov
Copy link

codecov bot commented May 26, 2022

Codecov Report

Merging #118 (e234ab8) into master (f5f04af) will increase coverage by 0.23%.
The diff coverage is 85.71%.

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
+ Coverage   41.90%   42.14%   +0.23%     
==========================================
  Files          11       11              
  Lines        2546     2558      +12     
==========================================
+ Hits         1067     1078      +11     
- Misses       1479     1480       +1     
Impacted Files Coverage Δ
src/constants.rs 100.00% <ø> (ø)
src/feature/git.rs 86.38% <80.00%> (-0.43%) ⬇️
src/config.rs 55.61% <100.00%> (+0.77%) ⬆️
src/gen.rs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

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

@jasonozias jasonozias merged commit b513599 into rustyhorde:master May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants