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

andela / mazus-ah-backend
99%
develop: 99%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/acorn-6.4.1
DEFAULT BRANCH: develop
Repo Added 23 Jul 2019 06:43PM UTC
Files 51
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-article-like/dislike-167165066
branch: ft-article-like/dislike-167165066
CHANGE BRANCH
x
Reset
  • ft-article-like/dislike-167165066
  • bg-adds-user-profile-comment-168453025
  • bg-article-by-slug-167729028
  • bg-article-pagination-167728632
  • bg-correct-email-functionality-167649375
  • bg-create-profile-bug-fix-167618592
  • bg-enable-comment-threads-167894316
  • bg-fix-add-count-167917825
  • bg-fix-article-search-response-168376042
  • bg-fix-comment-response-167969987
  • bg-fix-create-profile-on-social-auth-168506138
  • bg-fix-deleted-articles-167894243
  • bg-fix-email-links-and-notifications
  • bg-fix-email-verification-167619966
  • bg-fix-fetch-profile-168217171
  • bg-fix-get-comment-likes-168516190
  • bg-fix-profile-bugs-167971092
  • bg-fix-responses-167997540
  • bg-fix-responses-167998605
  • bg-fix-search
  • bg-fix-search-167973971
  • bg-fix-signup-errors-167980389
  • bg-fix-signup-validation-167564837
  • bg-fix-social-168167911
  • bg-fix-social-login-168167911
  • bg-fix-statistics-response-167970174
  • bg-fix-user-profile-168217171
  • bg-fix-verficiation-logic
  • bg-fix-view-profile-168462435
  • bg-resetpassword-url-167969926
  • ch-confirm-password-167570345
  • ch-correct-status-code-for-token-verification-#167808821
  • ch-deploy-base-app-167165049
  • ch-destructure-objects-167786884
  • ch-fix-auth-controller-167894906
  • ch-id-uuid-167617811
  • ch-integrate-coveralls-167165051
  • ch-postgres-setup-167165046
  • ch-refactor-signin-signup-response-167791970
  • ch-seed-database-168189092
  • ch-setup-hound-ci-167165048
  • ch-swaggerdocs-setup-167165052
  • comment
  • dependabot/npm_and_yarn/acorn-6.4.1
  • dependabot/npm_and_yarn/eslint-utils-1.4.2
  • dependabot/npm_and_yarn/handlebars-4.5.3
  • develop
  • fix-add-thumbnail-column-168164994
  • fix-fetch-current-user-details-168411303
  • fix-remove-substring-function-168219738
  • ft-add-social-login-167165059
  • ft-admin-ban-user-167165080
  • ft-admin-can-delete-articles-and-comments-167165080
  • ft-article-comments-167165065
  • ft-article-pagination-167165070
  • ft-comment-edit-history-167165082
  • ft-default-user-profile-picture-167899494
  • ft-edit-comment-167806860
  • ft-fetch-all-tags-167783502
  • ft-fetch-article-rating-167165063
  • ft-fetch-reported-articles-167806851
  • ft-highlight-and-comment-on-text-167165081
  • ft-like-a-comment-167165077
  • ft-list-all-user-167165071
  • ft-notifications-167165068
  • ft-notifications-for-reported-articles-167893656
  • ft-paginate-article-ratings-167165064
  • ft-refactor-admin-report-article-167165080
  • ft-report-article-#167165076
  • ft-resetpassword-167165058
  • ft-resetpasswordfeature-167165058
  • ft-search-articles-167165072
  • ft-send-user-verification-email-167165055
  • ft-send-verification-email-167165055
  • ft-share-article-167165074
  • ft-super-admin-167165079
  • ft-superadmin-createadmin-167165080
  • ft-trending-articles-167700657
  • ft-trending-articles-by-tag-167918258
  • ft-user-bookmark-article-167165075
  • ft-user-create-and-edit-profile-167165060
  • ft-user-create-article-and-tags-167165061-167165069
  • ft-user-create-profile-167165060
  • ft-user-ratings-167165062
  • ft-user-reading-stats-167165078
  • ft-user-should-follow-167165067
  • ft-user-sign-out-167165057
  • ft-user-signing-167165054
  • ft-user-signup-167165054
  • ft-validate-signin-167572351
  • ft-validate-signup-167165056
  • ft-view-reading-stats-167165078
  • thread

pending completion
343

Pull #40

travis-ci

web-flow
feat(articles): like or dislike an article

Add endpoints for like/dislike
Get article slug from req.params
Get userId from req.user
Query db for article using the slug
Get articleId from the query result
Check if user has previously liked or disliked the article,
If not, user can like or dislike article
If yes user can remove like or remove dislike on the article

[Finishes #167165066]
Pull Request #40: #167165066 Like or Dislike an Article

64 of 71 branches covered (90.14%)

Branch coverage included in aggregate %.

11 of 11 new or added lines in 3 files covered. (100.0%)

458 of 458 relevant lines covered (100.0%)

2.88 hits per line

Relevant lines Covered
Build:
Build:
458 RELEVANT LINES 458 COVERED LINES
2.88 HITS PER LINE
Source Files on ft-article-like/dislike-167165066
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
343 ft-article-like/dislike-167165066 feat(articles): like or dislike an article Add endpoints for like/dislike Get article slug from req.params Get userId from req.user Query db for article using the slug Get articleId from the query result Check if user has previously liked or disl... Pull #40 05 Aug 2019 06:25PM UTC web-flow travis-ci pending completion  
344 ft-article-like/dislike-167165066 feat(articles): like or dislike an article Add endpoints for like/dislike Get article slug from req.params Get userId from req.user Query db for article using the slug Get articleId from the query result Check if user has previously liked or disl... push 05 Aug 2019 06:24PM UTC ocranbillions travis-ci-com pending completion  
345 ft-article-like/dislike-167165066 feat(articles): like or dislike an article Add endpoints for like/dislike Get article slug from req.params Get userId from req.user Query db for article using the slug Get articleId from the query result Check if user has previously liked or disl... Pull #40 05 Aug 2019 06:24PM UTC web-flow travis-ci-com pending completion  
342 ft-article-like/dislike-167165066 feat(articles): like or dislike an article Add endpoints for like/dislike Get article slug from req.params Get userId from req.user Query db for article using the slug Get articleId from the query result Check if user has previously liked or disl... push 05 Aug 2019 06:24PM UTC ocranbillions travis-ci pending completion  
341 ft-article-like/dislike-167165066 feat(articles): like or dislike an article Add endpoints for like/dislike Get article slug from req.params Get userId from req.user Query db for article using the slug Get articleId from the query result Check if user has previously liked or disl... Pull #40 05 Aug 2019 06:06PM UTC web-flow travis-ci pending completion  
340 ft-article-like/dislike-167165066 feat(articles): like or dislike an article Add endpoints for like/dislike Get article slug from req.params Get userId from req.user Query db for article using the slug Get articleId from the query result Check if user has previously liked or disl... push 05 Aug 2019 06:06PM UTC ocranbillions travis-ci pending completion  
343 ft-article-like/dislike-167165066 feat(articles): like or dislike an article Add endpoints for like/dislike Get article slug from req.params Get userId from req.user Query db for article using the slug Get articleId from the query result Check if user has previously liked or disl... Pull #40 05 Aug 2019 06:06PM UTC web-flow travis-ci-com pending completion  
339 ft-article-like/dislike-167165066 feat(articles): like or dislike an article Add endpoints for like/dislike Get article slug from req.params Get userId from req.user Query db for article using the slug Get articleId from the query result Check if user has previously liked or disl... Pull #40 05 Aug 2019 05:17PM UTC web-flow travis-ci pending completion  
341 ft-article-like/dislike-167165066 feat(articles): like or dislike an article Add endpoints for like/dislike Get article slug from req.params Get userId from req.user Query db for article using the slug Get articleId from the query result Check if user has previously liked or disl... Pull #40 05 Aug 2019 05:17PM UTC web-flow travis-ci-com pending completion  
335 ft-article-like/dislike-167165066 feat(articles): like or dislike an article Add endpoints for like/dislike Get article slug from req.params Get userId from req.user Query db for article using the slug Get articleId from the query result Check if user has previously liked or disl... push 05 Aug 2019 04:56PM UTC ocranbillions travis-ci pending completion  
See All Builds (1418)
  • 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