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

andela / hermes-ah-backend
92%
develop: 90%

Build:
Build:
LAST BUILD BRANCH: fix/comment-history-response
DEFAULT BRANCH: develop
Repo Added 25 Mar 2019 11:56AM UTC
Files 94
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 bug/validation-error
branch: bug/validation-error
CHANGE BRANCH
x
Reset
  • bug/validation-error
  • 165378746-feature/suggested-followers
  • 165401886-feature/review-reported-article
  • bg-dependencies-config
  • bug/164798012-automate-swagger-documentation
  • bug/165854497-password-link
  • bug/fix-admin-controller
  • bug/fix-confirm-password
  • bug/fix-heroku-error
  • bug/fix-password-bug
  • bug/fix-response-error
  • bug/fix-route
  • bug/fix-security-vulnerability
  • bug/fix-social-login-bug
  • bug/fix-update-profile
  • bug/heroku-error
  • bug/update-endpoints
  • ch-add-coverage-travis
  • ch-add-more-env-sample
  • ch-create-ratings-table
  • ch-model-hook
  • ch-secure-routes
  • ch-setup-ratings-database
  • ch-test-tag-articles
  • ch-test-update
  • ch-try-catch
  • ch-update-badges
  • ch/164798024-add-isnotified-user-table
  • ch/164798024-create-notification-table
  • chore/164798013-auth-documentation
  • chore/164798020-secure-rating-route
  • chore/164798021-refactor-comment-controller
  • chore/164798021-secure-comment-route
  • chore/165211804/setup-nodemailer
  • chore/165674574-setup-cors
  • chore/add-swagger-docs
  • chore/admin-activate-user
  • chore/admin-controller
  • chore/admin-controller-update
  • chore/article-controller
  • chore/bookmark-article-author
  • chore/bug-fixes
  • chore/create-comment-update-model
  • chore/delete-cascade
  • chore/fix-comment-order
  • chore/follow-like
  • chore/improve-password-strenght
  • chore/increase-code-test-coverage
  • chore/refactor-codebase
  • chore/refactor-endpoint-response
  • chore/refactor-get-an-article
  • chore/refactor-statistic-route
  • chore/reviewers-request
  • chore/secure-like-route
  • chore/update-api-documentation
  • chore/update-bookmark-controller
  • chore/update-follow-controller
  • chore/update-model
  • chore/update-myarticle-controller
  • chore/update-profile-controller
  • chore/update-readme
  • chore/update-response-data
  • chore/update-schema
  • chore/update-user-model
  • chore/update-valid-profile-body
  • develop
  • docs/api-documentation
  • feature/164798016-update-password-reset
  • feature/164798017-social-logins
  • feature/164798018-update-get-userprofile
  • feature/164798019-create-article
  • feature/164798019-delete-article
  • feature/164798019-edit-article
  • feature/164798019-update-create-article-requirement
  • feature/164798021-implement-nested-comment
  • feature/164798023-follow-unfollow-user
  • feature/164798023-get-followers
  • feature/164798024-notify-user
  • feature/164798024-update-notification
  • feature/164798025-tag-articles
  • feature/164798028-article-search
  • feature/164798029-reading-time
  • feature/164798031-add-remove-bookmark
  • feature/164798032/report-article
  • feature/164798033/like-specific-comment
  • feature/164798034-create-statistic-table
  • feature/164798034-user-can-see-their-reading-stats
  • feature/164798035-access-functionality
  • feature/164798035-users-request
  • feature/164798036-highlight-text
  • feature/164798037-delete-comment-history
  • feature/164798037-track-edited-comments-history
  • feature/165239469/email-template
  • feature/165424754-get-all-reported-articles
  • feature/165429968-user-get-bookmark-articles
  • feature/165438533-getall-reviewers
  • feature/165821246-get-all-articles
  • feature/166007785-reviewer-request-update
  • feature/get-author-article
  • feature/search-update
  • feature/secure-routes
  • fix/comment-history-response
  • fix/password-reset
  • ft-article-comment-endpoint-164798020
  • ft-article-comment-endpoint-164798021
  • ft-article-pagination-164798026
  • ft-article-rating-endpoint-164798020
  • ft-email
  • ft-email-verification-164798014
  • ft-generate-db-models-164955276
  • ft-get-article-by-id-164798019
  • ft-get-profile-164798018
  • ft-helper-functions-bcrypt-jwt
  • ft-like-dislike-#164798022
  • ft-login-164798013
  • ft-password-reset-164798016
  • ft-patch-profile
  • ft-profile-fields-164798018
  • ft-reset-password
  • ft-signup-164798013
  • ft-update-validation
  • ft-user-verification
  • ft-validation-164798015
  • master
  • story/164798024-email-notification-comments
  • update-reviewer-request

pending completion
534

Pull #97

travis-ci-com

web-flow
Merge branch 'develop' into bug/validation-error
Pull Request #97: Bug: Validate White Spaces

401 of 513 branches covered (78.17%)

Branch coverage included in aggregate %.

13 of 13 new or added lines in 5 files covered. (100.0%)

1058 of 1072 relevant lines covered (98.69%)

7.64 hits per line

Relevant lines Covered
Build:
Build:
1072 RELEVANT LINES 1058 COVERED LINES
7.64 HITS PER LINE
Source Files on bug/validation-error
  • List 0
  • Changed 7
  • Source Changed 5
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
534 bug/validation-error Merge branch 'develop' into bug/validation-error Pull #97 16 Apr 2019 12:54PM UTC web-flow travis-ci-com pending completion  
533 bug/validation-error Merge branch 'develop' into bug/validation-error push 16 Apr 2019 12:53PM UTC web-flow travis-ci-com pending completion  
531 bug/validation-error bug(fix): validate white space - create a middleware to trim all string input - update test - update article schema Pull #97 16 Apr 2019 12:41PM UTC web-flow travis-ci-com pending completion  
530 bug/validation-error bug(fix): validate white space - create a middleware to trim all string input - update test - update article schema push 16 Apr 2019 12:34PM UTC Akinmyde travis-ci-com pending completion  
See All Builds (759)
  • 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