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

andela / ah-commando-backend
100%
develop: 98%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/browserslist-4.16.6
DEFAULT BRANCH: develop
Repo Added 24 Jul 2019 03:38PM UTC
Files 82
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/167190453-implement-article-read-time
branch: ft/167190453-implement-article-read-time
CHANGE BRANCH
x
Reset
  • ft/167190453-implement-article-read-time
  • bg/167511013/fix-heroku-app
  • bg/167658929-reset-password-message-format
  • bg/167721942-fix-email-associated-problems
  • bg/167724933-edit-profile
  • bg/167892159-likes-and-error-handler
  • bg/168273789-fix-slash-on-social-signin
  • bg/168273789-fix-social-signin
  • bg/168288749-fix-pagination
  • bg/168313309-reset-password
  • bg/168387244-fix-crypt-issue
  • bg/168457893-return-tags
  • bg/fix-get-articles-endpoint
  • bug-fix-readCount-stat
  • bug-fix/167980665-article-read-stats
  • ch/167190427-coveralls-setup
  • ch/168447649-seed-articles
  • dependabot/npm_and_yarn/acorn-6.4.1
  • dependabot/npm_and_yarn/browserslist-4.16.6
  • dependabot/npm_and_yarn/handlebars-4.5.3
  • dependabot/npm_and_yarn/handlebars-4.7.6
  • dependabot/npm_and_yarn/handlebars-4.7.7
  • dependabot/npm_and_yarn/hosted-git-info-2.8.9
  • dependabot/npm_and_yarn/ini-1.3.7
  • dependabot/npm_and_yarn/lodash-4.17.19
  • dependabot/npm_and_yarn/lodash-4.17.21
  • dependabot/npm_and_yarn/sequelize-5.15.1
  • dependabot/npm_and_yarn/underscore-1.13.1
  • dependabot/npm_and_yarn/y18n-4.0.1
  • develop
  • ft/167190431/create-signin-route
  • ft/167190431/create-signup-route
  • ft/167190431/implement-jwt-authentication
  • ft/167190432/receive-email-notification
  • ft/167190433/input-validation
  • ft/167190434-User-signout
  • ft/167190435-password-reset
  • ft/167190437-enable-social-media-login
  • ft/167190438/create-user-profile
  • ft/167190440-article-crud
  • ft/167190444-perform-crud-on-comment
  • ft/167190444-user-comment
  • ft/167190445-like-dislike-article
  • ft/167190446-follow-co-authours
  • ft/167190447-user-notification
  • ft/167190448-create-tags
  • ft/167190451-list-users
  • ft/167190452-search-functionality
  • ft/167190455-bookmark-articles
  • ft/167190458-user-can-like-comment
  • ft/167190459-reading-stats
  • ft/167190460-create-users
  • ft/167190462-role-base-functionality
  • ft/167190463-highligt-article-text-comment
  • ft/167896425-subscribe-a-user
  • ft/167907830-admin-get-single-user
  • ft/168284688-get-featured-articles
  • ft/168288749-fix-pagination
  • ft/168399940-articles-by-tags
  • ft/168452358-get-likers-of-a-resource
  • ft/168456837-user-recieve-follow-notification
  • ft/add-new-rows-to-get-articles-168256599
  • ft/articles-pagination-167190450
  • ft/report-article-167190456
  • ft/social-sharing-167190454
  • ft/users-articles
  • rates

pending completion
381

Pull #27

travis-ci

web-flow
Merge branch 'develop' into ft/167190453-implement-article-read-time
Pull Request #27: #167190453 Implement read time for articles

124 of 124 branches covered (100.0%)

Branch coverage included in aggregate %.

6 of 6 new or added lines in 2 files covered. (100.0%)

1368 of 1368 relevant lines covered (100.0%)

2.71 hits per line

Relevant lines Covered
Build:
Build:
1368 RELEVANT LINES 1368 COVERED LINES
2.71 HITS PER LINE
Source Files on ft/167190453-implement-article-read-time
  • List 0
  • Changed 22
  • Source Changed 22
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
381 ft/167190453-implement-article-read-time Merge branch 'develop' into ft/167190453-implement-article-read-time Pull #27 08 Aug 2019 12:18PM UTC web-flow travis-ci pending completion  
380 ft/167190453-implement-article-read-time Merge branch 'develop' into ft/167190453-implement-article-read-time push 08 Aug 2019 12:17PM UTC cvjude travis-ci pending completion  
386 ft/167190453-implement-article-read-time Merge branch 'develop' into ft/167190453-implement-article-read-time push 08 Aug 2019 12:12PM UTC cvjude travis-ci-com pending completion  
387 ft/167190453-implement-article-read-time Merge branch 'develop' into ft/167190453-implement-article-read-time Pull #27 08 Aug 2019 12:12PM UTC web-flow travis-ci-com pending completion  
317 ft/167190453-implement-article-read-time Merge pull request #24 from andela/ft/167190440-article-crud #167190440 Attach authors to articles created by them Pull #27 07 Aug 2019 03:40PM UTC web-flow travis-ci pending completion  
322 ft/167190453-implement-article-read-time Merge pull request #24 from andela/ft/167190440-article-crud #167190440 Attach authors to articles created by them push 07 Aug 2019 03:38PM UTC cvjude travis-ci-com pending completion  
316 ft/167190453-implement-article-read-time Merge pull request #24 from andela/ft/167190440-article-crud #167190440 Attach authors to articles created by them push 07 Aug 2019 03:38PM UTC cvjude travis-ci pending completion  
323 ft/167190453-implement-article-read-time Merge pull request #24 from andela/ft/167190440-article-crud #167190440 Attach authors to articles created by them Pull #27 07 Aug 2019 03:38PM UTC web-flow travis-ci-com pending completion  
263 ft/167190453-implement-article-read-time feat(Article): Implement read time for articles Add new readTime column to the article table Implemet article readTime by averaging 200 words in a minute Modify the create article endpoint to return the article readTime [Delivers #167190453] Pull #27 06 Aug 2019 10:15AM UTC web-flow travis-ci pending completion  
262 ft/167190453-implement-article-read-time feat(Article): Implement read time for articles Add new readTime column to the article table Implemet article readTime by averaging 200 words in a minute Modify the create article endpoint to return the article readTime [Delivers #167190453] push 06 Aug 2019 10:13AM UTC cvjude travis-ci pending completion  
See All Builds (1096)
  • 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