• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

andela / Ah-backend-xmen
97%
develop: 98%

Build:
Build:
LAST BUILD BRANCH: bg-change-tag-auth-164424155
DEFAULT BRANCH: develop
Repo Added 07 Jan 2019 01:41PM UTC
Files 57
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH ft-like-a-comment-162725276
branch: ft-like-a-comment-162725276
CHANGE BRANCH
x
Reset
  • ft-like-a-comment-162725276
  • bg-Add-authentication-to-swagger-163583000
  • bg-change-tag-auth-164424155
  • bg-fix-comments-like-164428750
  • bg-fix-login-163567419
  • bg-fix-serializer-replies
  • bg-fix-validate-username-163298000
  • bg-following-count-163591958
  • bg-implement-django-CORS-163754474
  • bg-rating-replies-164364291
  • bg-redirect-frontend-163956897
  • bg-return-follow-state-164244470
  • bg-token-expiration-164296745
  • bg-update-requirements-include-coveralls-163117616
  • ch-integrate-a-database-162725249
  • ch-integrate-travis-162725248
  • ch-tests-all-functionality-162725242
  • ch-update-readme-163112212
  • develop
  • ft-JWT-authentication-162725253
  • ft-add-an-article
  • ft-article-pagination-support-162725268
  • ft-article-read-time-162725270
  • ft-bookmark-read-later-162725272
  • ft-comment-on-articles-162725261
  • ft-comments-track-edit-history-162725275
  • ft-create-an-article-162725259
  • ft-create-user-profiles-162725258
  • ft-document-api-162725252
  • ft-favorite-articles-162725264
  • ft-follow-users-#162725263
  • ft-highlight-and-comment-on-article-162725274
  • ft-like-or-dislike-articles-162725262
  • ft-list-users-162725266
  • ft-notifications-162725265
  • ft-paginator-index-163567754
  • ft-rate-article-162725260
  • ft-reading-stats-162725277
  • ft-registration-emial-verification-162725255
  • ft-report-articles-162725273
  • ft-reset-password-162725256
  • ft-search-custom-filters-162725269
  • ft-search-filter-articles-162725269
  • ft-share-articles-162725271
  • ft-signup-validation-#162725254
  • ft-social-login-162725257
  • ft-tag-articles-162725267

pending completion
723

Pull #33

travis-ci

web-flow
feat(like-comments):implement liking of comments

- create a commentlike model to handle liking on a comment
- create a serializer class that handles CRUD for the comment model
- add views to handle liking a comment
- add like comment views to urls
- test all implemented functionality and refactor views file
- delete migrations and make on migrations file
- create delete method to handle deleting a like
- refactor __str__ to use format method instead of concatenating
- Add  tests for delete method for unliking a comment
- add doctstings to models and specify arg types
- fix bug for when user tries to like or unlike a comment that doesnot exist
- create comment_reply model to handle liking specific replies
- create a serializers class to handle liking of comment replies
- add views to handle liking comment_replyies
- map views to urls
- test all comment_reply model and endpoints
- refactor and split views file into two separate files
- reformat code using pep8 and remove commented code

[Starts #162725276]
Pull Request #33: #162725276 Implement liking of comments

179 of 179 new or added lines in 7 files covered. (100.0%)

1293 of 1329 relevant lines covered (97.29%)

0.97 hits per line

Relevant lines Covered
Build:
Build:
1329 RELEVANT LINES 1293 COVERED LINES
0.97 HITS PER LINE
Source Files on ft-like-a-comment-162725276
  • List 0
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
723 ft-like-a-comment-162725276 feat(like-comments):implement liking of comments - create a commentlike model to handle liking on a comment - create a serializer class that handles CRUD for the comment model - add views to handle liking a comment - add like comment views to url... Pull #33 28 Jan 2019 02:58PM UTC web-flow travis-ci pending completion  
722 ft-like-a-comment-162725276 feat(like-comments):implement liking of comments - create a commentlike model to handle liking on a comment - create a serializer class that handles CRUD for the comment model - add views to handle liking a comment - add like comment views to url... push 28 Jan 2019 02:57PM UTC MuhweziDeo travis-ci pending completion  
718 ft-like-a-comment-162725276 feat(like-comments):implement liking of comments - create a commentlike model to handle liking on a comment - create a serializer class that handles CRUD for the comment model - add views to handle liking a comment - add like comment views to url... Pull #33 28 Jan 2019 02:30PM UTC web-flow travis-ci pending completion  
717 ft-like-a-comment-162725276 feat(like-comments):implement liking of comments - create a commentlike model to handle liking on a comment - create a serializer class that handles CRUD for the comment model - add views to handle liking a comment - add like comment views to url... push 28 Jan 2019 02:30PM UTC MuhweziDeo travis-ci pending completion  
716 ft-like-a-comment-162725276 feat(like-comments):implement liking of comments - create a commentlike model to handle liking on a comment - create a serializer class that handles CRUD for the comment model - add views to handle liking a comment - add like comment views to url... Pull #33 28 Jan 2019 02:29PM UTC web-flow travis-ci pending completion  
715 ft-like-a-comment-162725276 feat(like-comments):implement liking of comments - create a commentlike model to handle liking on a comment - create a serializer class that handles CRUD for the comment model - add views to handle liking a comment - add like comment views to url... push 28 Jan 2019 02:26PM UTC MuhweziDeo travis-ci pending completion  
709 ft-like-a-comment-162725276 feat(like-comments):implement liking of comments - create a commentlike model to handle liking on a comment - create a serializer class that handles CRUD for the comment model - add views to handle liking a comment - add like comment views to url... Pull #33 28 Jan 2019 12:59PM UTC web-flow travis-ci pending completion  
708 ft-like-a-comment-162725276 feat(like-comments):implement liking of comments - create a commentlike model to handle liking on a comment - create a serializer class that handles CRUD for the comment model - add views to handle liking a comment - add like comment views to url... push 28 Jan 2019 12:59PM UTC MuhweziDeo travis-ci pending completion  
703 ft-like-a-comment-162725276 Merge branch 'develop' into ft-like-a-comment-162725276 Pull #33 28 Jan 2019 12:45PM UTC web-flow travis-ci pending completion  
702 ft-like-a-comment-162725276 Merge branch 'develop' into ft-like-a-comment-162725276 push 28 Jan 2019 12:43PM UTC web-flow travis-ci pending completion  
See All Builds (748)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc