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

andela / cosmos-ah-backend
87%
master: 55%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Repo Added 25 Mar 2019 03:32PM UTC
Files 74
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 develop
branch: develop
CHANGE BRANCH
x
Reset
  • develop
  • 164796902-article-reading-time
  • 164796907-user-read-stats
  • 164796910-comment-edit-history
  • adjust-social-auth-redirect-url
  • bug/165441966-catch-invalid-endpoint-route
  • bug/165483877-session-config
  • bug/165881616-remove-route-restriction
  • bug/166086951-password-reset-redirecting-page
  • bug/166109105-fix-authors-list
  • bug/166177186-add-rating-payload
  • bugfix/165465844-social-media-authentication
  • bugfix/165637614-social-authentication
  • chore/164796882-setup-testing-framework
  • chore/165153099-article-model-refactor
  • chore/165291404-read-time-field
  • chore/165375962-app-dev-environemnt
  • chore/165516898-update-api-doc
  • chore/165881379-seed-database
  • chore/165933917-improve-user-profile
  • chores/165212370-Travis-database
  • feature/164796888-password-reset
  • feature/164796889-twitter-authentication
  • feature/16479689-article-rating
  • feature/164796890-user-signup
  • feature/164796892-rate-article
  • feature/164796892-users-article-rating
  • feature/164796895-like-article-functionality
  • feature/164796896-user-following-and-unfollowing
  • feature/164796898-user-add-tag
  • feature/164796899-article-pagination
  • feature/164796900-List-Users-functionality
  • feature/164796901-search-functionality
  • feature/164796902-article-reading-time
  • feature/164796905-report-article
  • feature/164796906-users-like-comment
  • feature/164892850-Social-Integration-facebook-google
  • feature/164892850-social-facebook-google
  • feature/165264041-user-view-profile
  • feature/165287338-user-edit-profile
  • feature/165406920-user-follower-list
  • feature/165881379-seed-database
  • feature/165953968-image-uploads
  • featute/164796909-highlight-article
  • fix/165195320-resolve-db-constraint
  • fix/165483877-session-config
  • story/164796886-signup-email-verification
  • story/164796889-linkedin-authentication
  • story/164796891-user-create-article
  • story/164796892-users-article-rating
  • story/164796894-comment-on-articles
  • story/164796896-user-following
  • story/164796897-recieve-notifications
  • story/164796898-user-add-tags
  • story/164796904-bookmark-article
  • story/164796909-comment-on-highlighted-text
  • story/165055215-users-login-endpoint
  • story/165144602-user-edit-article
  • story/165145288-user-delete-article
  • story/165378724-single-all-articles
  • story/165636085-toggle-publish-article
  • task/164796885-jwt-authentication
  • task/165211319-app-build-production

pending completion
1276

push

travis-ci-com

Temmyogunbo
165953968 Endpoint For Image Uploads (#92)

* 165953968-feature: endpoint for image uploads

- write tests
- modify routes and controllers
- add cloudinary for file uploads

[Delivers #165953968]

* add console.log
update seeders

* fix eslint

Signed-off-by: chikeozulumba <o.devcode@gmail.com>

* 165953968-feature: endpoint for image uploads

- write tests
- modify routes and controllers
- add cloudinary for file uploads

[Delivers #165953968]

* add console.log
update seeders

* fix eslint

Signed-off-by: chikeozulumba <o.devcode@gmail.com>

* 165953968: image uploads

- modify model
- refactor controller

[Delivers #165953968]

* 165953968-feature(logIn): remove validation on signup

- remove validation check for verification after signup
- fix failing test

[Delivers #165953968]

* fix merge conflict

* - fix merge conflicts

* - modify controller- refactoring

177 of 259 branches covered (68.34%)

Branch coverage included in aggregate %.

1112 of 1215 relevant lines covered (91.52%)

7.87 hits per line

Relevant lines Covered
Build:
Build:
1215 RELEVANT LINES 1112 COVERED LINES
7.87 HITS PER LINE
Source Files on develop
  • List 0
  • Changed 17
  • Source Changed 9
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1276 develop 165953968 Endpoint For Image Uploads (#92) * 165953968-feature: endpoint for image uploads - write tests - modify routes and controllers - add cloudinary for file uploads [Delivers #165953968] * add console.log update seeders * fix... push 28 May 2019 12:02PM UTC Temmyogunbo travis-ci-com pending completion  
1255 develop 166177186 Append Average Rating to the Article list Payload (#95) * 166177186-bug: add average rating field to articles * 166177186-bug: remove join with Rating table * 166177186-bug: refactor code * 166177186-feature: refactor code *... push 24 May 2019 10:22AM UTC Temmyogunbo travis-ci-com pending completion  
1237 develop 166109105-bug(authors): fix author's list bug (#94) Return a list of all authors instead of a promise [#166109105] push 20 May 2019 12:25PM UTC Temmyogunbo travis-ci-com pending completion  
1234 develop 166086951-bugfix(redirectingPage): modify redirecting page (#93) - modify redirecting page for password reset - modify reset token params [Fixes #166086951] push 20 May 2019 12:08PM UTC Temmyogunbo travis-ci-com pending completion  
1215 develop adjust social auth redirect (#86) * adjust social auth redirect adjust social authentication redirect [finishes] * adjust social auth response * adjust social media token settings * adjust social authentication setting * social ... push 16 May 2019 11:09AM UTC Temmyogunbo travis-ci-com pending completion  
1190 develop 165933917-chore: improve get user profile route (#90) - write tests - modify routes and controllers [Finishes #165933917] push 10 May 2019 11:22AM UTC Temmyogunbo travis-ci-com pending completion  
1175 develop 165881616 Remove route restriction (#87) * 165881616-bug(API routes): remove API restriction from get all articles route Remove API restriction from get all articles route and update documentation [#165881616] * 165881616-bug(API routes... push 09 May 2019 12:43PM UTC Temmyogunbo travis-ci-com pending completion  
1153 develop 165516898-chore(API doc update): update doc (#85) * 165516898-chore(API doc update): update doc Update new documentation with new endpoints [#165516898] * 165516898-chore: update doc push 08 May 2019 10:39AM UTC Temmyogunbo travis-ci-com pending completion  
1133 develop 164796907 Build REST API endpoint for user reading stats (#77) * 164796907-feature(User read stats): implement user read stats feature Add more tests to test edge case [#164796907] * 164796907-feature (user read stats): fix bug Fix bu... push 06 May 2019 10:31AM UTC Temmyogunbo travis-ci-com pending completion  
1112 develop 164796906 users like comment (#82) * 164796906-feature(auth) Implement like comment added like comment model added like comment controller [delivers #164796906] * 164796906-feature(auth) Implement like comment added like comment util... push 30 Apr 2019 10:05AM UTC Temmyogunbo travis-ci-com pending completion  
See All Builds (787)
  • 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