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

fix failing tests in master #4875

Merged
merged 1 commit into from
Jul 26, 2019
Merged

fix failing tests in master #4875

merged 1 commit into from
Jul 26, 2019

Conversation

danlipert
Copy link
Contributor

Description

This PR fixes the failing tests in master

Refers/Fixes

no issue

Testing

tested locally

@codecov
Copy link

codecov bot commented Jul 26, 2019

Codecov Report

Merging #4875 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4875      +/-   ##
==========================================
+ Coverage   30.63%   30.64%   +0.01%     
==========================================
  Files         216      216              
  Lines       17407    17407              
  Branches     2363     2363              
==========================================
+ Hits         5332     5335       +3     
+ Misses      11860    11857       -3     
  Partials      215      215
Impacted Files Coverage Δ
app/avatar/models.py 38.4% <100%> (+0.79%) ⬆️
app/dashboard/models.py 56.43% <0%> (+0.11%) ⬆️

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 38ea150...8c05bb7. Read the comment docs.

@octavioamu octavioamu merged commit f9ae26f into master Jul 26, 2019
@@ -216,5 +216,5 @@ def github_avatar(cls, profile, avatar_img):
@receiver(post_save, sender=CustomAvatar, dispatch_uid="psave_avatar2")
def psave_avatar(sender, instance, **kwargs):
from dashboard.models import Activity
metadata = {'url': instance.png.url, }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, my bad. i should have run make tests

@thelostone-mc thelostone-mc deleted the fix-tests-master branch June 27, 2020 00:43
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