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 issue with missed comments #86

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

uriyyo
Copy link
Owner

@uriyyo uriyyo commented Jan 17, 2021

Fixes #76

@uriyyo uriyyo added the bug Something isn't working label Jan 17, 2021
@uriyyo uriyyo self-assigned this Jan 17, 2021
@codecov
Copy link

codecov bot commented Jan 17, 2021

Codecov Report

Merging #86 (51ca5d9) into develop (00128d3) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop       #86   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        16    +1     
  Lines          538       557   +19     
=========================================
+ Hits           538       557   +19     
Impacted Files Coverage Δ
instapi/client_api/client.py 100.00% <100.00%> (ø)
instapi/client_api/comments.py 100.00% <100.00%> (ø)
instapi/models/comment.py 100.00% <100.00%> (ø)
instapi/models/feed.py 100.00% <100.00%> (ø)
instapi/utils.py 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 00128d3...51ca5d9. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Feed comments method doesn't get all comments
1 participant