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

Avatar resolver #12

Merged
merged 3 commits into from
Jan 31, 2020
Merged

Avatar resolver #12

merged 3 commits into from
Jan 31, 2020

Conversation

core23
Copy link
Member

@core23 core23 commented Jan 31, 2020

Closes #11

Subject

Add API for a custom avatar resolver service.

@core23 core23 force-pushed the avatar-resolver branch 3 times, most recently from 92358f9 to 4a3d7f8 Compare January 31, 2020 18:05
@core23 core23 force-pushed the avatar-resolver branch 7 times, most recently from b7c82b0 to aea25dd Compare January 31, 2020 19:05
@codecov
Copy link

codecov bot commented Jan 31, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@9f2e6ef). Click here to learn what that means.
The diff coverage is 58.62%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #12   +/-   ##
=========================================
  Coverage          ?   74.28%           
  Complexity        ?      239           
=========================================
  Files             ?       27           
  Lines             ?      731           
  Branches          ?        0           
=========================================
  Hits              ?      543           
  Misses            ?      188           
  Partials          ?        0
Impacted Files Coverage Δ Complexity Δ
src/Twig/ImpersonateExtension.php 0% <ø> (ø) 6 <0> (?)
src/Avatar/StaticAvatarResolver.php 0% <0%> (ø) 3 <3> (?)
src/Twig/AvatarExtension.php 0% <0%> (ø) 4 <4> (?)
src/Twig/GlobalVariables.php 50% <100%> (ø) 2 <1> (?)
.../DependencyInjection/NucleosUserAdminExtension.php 91.93% <100%> (ø) 16 <2> (?)
src/DependencyInjection/Configuration.php 100% <100%> (ø) 2 <1> (?)

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 9f2e6ef...72e58c6. Read the comment docs.

@core23 core23 merged commit ca9811e into master Jan 31, 2020
@core23 core23 deleted the avatar-resolver branch January 31, 2020 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Add AvatarResolver
1 participant