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

chukwuemekachm / Maintenance-Tracker
93%

Build:
DEFAULT BRANCH: develop
Repo Added 16 May 2018 06:27PM UTC
Files 26
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
  • Template
  • bg-email-validation-161012923
  • bg-fix-admin-endpoints-157891041
  • bg-fix-server-160952766
  • bg-fix-ui-modals-frontend-158148806
  • bg-fix-ui-templates-157917938
  • bg-implement-feedback-client-158530716
  • bg-implement-feedback-server-158530320
  • bg-implement-server-feedback-157718641
  • bg-implement-server-feedback-157891009
  • bg-implement-ui-feedback-157718630
  • bg-improve-maintainability-157915814
  • bg-refactor-email-sender-158222139
  • bg-refactor-frontend-client-158720415
  • bg-refactor-user-page-158211022
  • bg-refactor-validation-logic-158004670
  • bg-remove-eslint-options-157691197
  • bg-resolve-indentation-frontend-157973168
  • bg-resolve-login-frontend-157990969
  • bg-resolve-validation-161206120
  • ch-integrate-DAL-AdminController-163355863
  • ch-integrate-DAL-AuthController-163355849
  • ch-obtain-ci-badges-157658580
  • ch-set-up-coveralls-157647477
  • ch-set-up-dummy-data-157647738
  • ch-setup-configs-163355666
  • ch-setup-dal-163355831
  • ch-setup-frontend-client-157966002
  • ch-setup-postgresql-server-157718688
  • ch-setup-security-server-157718709
  • ch-update-readme-158485027
  • ch-update-repo-readme-157890999
  • ch-update-repo-readme-158000756
  • ft-admin-approve-request-frontend-157958869
  • ft-admin-disapprove-request-frontend-157958948
  • ft-admin-email-notification-server-158148970
  • ft-admin-filter-request-endpoint-158149122
  • ft-admin-filter-requests-frontend-158149164
  • ft-admin-get-requests-endpoint-157850173
  • ft-admin-get-requests-frontend-157958758
  • ft-admin-resolve-request-frontend-157959024
  • ft-approve-request-endpoint-157854617
  • ft-create-request-endpoint-157648001
  • ft-disapprove-request-endpoint-157850173
  • ft-get-single-request-endpoint-157647823
  • ft-get-user-requests-endpoint-157647779
  • ft-get-user-requests-endpoint-157720694
  • ft-modify-request-endpoint-157648006
  • ft-resolve-request-endpoint-157869609
  • ft-single-user-request-endpoint-157720707
  • ft-user-create-request-endpoint-157752231
  • ft-user-create-request-frontend-157958523
  • ft-user-delete-request-endpoint-158149936
  • ft-user-delete-request-frontend-158149960
  • ft-user-email-notification-server-158148907
  • ft-user-login-endpoint-157720611
  • ft-user-login-frontend-157958385
  • ft-user-modify-password-endpoint-158149999
  • ft-user-modify-profile-endpoint-158448679
  • ft-user-modify-request-endpoint-157752350
  • ft-user-request-details-157958511
  • ft-user-requests-frontend-157958455
  • ft-user-signup-endpoint-157720834
  • ft-user-signup-frontend-157891041
  • ft-user-update-request-frontend-157958549
  • ft-user-view-profile-endpoint-158300269
  • revert-49-bg-fix-ui-templates-157917938

pending completion
272

push

travis-ci

web-flow
chore(AdminController): Integrate Data Access Layer on AdminController (#92)

- Modify all CRUD operations on the AdminContoller to use the RequestRepository
- Modify tests with new development
- Modify EmailSender methods names

[Completes #163355863]

151 of 173 branches covered (87.28%)

Branch coverage included in aggregate %.

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

538 of 569 relevant lines covered (94.55%)

3.2 hits per line

Relevant lines Covered
Build:
Build:
569 RELEVANT LINES 538 COVERED LINES
3.2 HITS PER LINE
Source Files on develop
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
272 develop chore(AdminController): Integrate Data Access Layer on AdminController (#92) - Modify all CRUD operations on the AdminContoller to use the RequestRepository - Modify tests with new development - Modify EmailSender methods names [Completes #1... push 15 Feb 2019 10:30AM UTC web-flow travis-ci pending completion  
269 develop chore(AuthController): Integrate Data Access Layer on AuthController (#91) - Modify all CRUD operations on the AuthContoller to use the UserRepository - Add jwtHelper module - Modify tests with new development - Add response helper [Maintai... push 23 Jan 2019 04:35PM UTC web-flow travis-ci pending completion  
266 develop chore(D.A.L): Completes the setup for data access layer (#90) - Create Data Access Objects for every object in the database - Write tests for data access objects - Organize tests into sub folder in the tests directory [Maintains #163355831] push 22 Jan 2019 10:19AM UTC web-flow travis-ci pending completion  
261 develop chore(configs): Completes setup of config files (#89) - Add a base env config module - Add a migrations directory with seeding - Add a global pool object - Remove previous migration and seed handler files - Modify database urls in controllers... push 21 Jan 2019 01:18PM UTC web-flow travis-ci pending completion  
253 develop bug(validation): Fixes validation error (#88) - Resolve email validation - Resolve title validation [Completes #161206120] push 14 Oct 2018 10:48PM UTC web-flow travis-ci pending completion  
250 develop bug(validation): Resolves email length (#87) - Increase the email length [Fixes #161012923] push 05 Oct 2018 10:42AM UTC web-flow travis-ci pending completion  
247 develop bug(validation): Fixes the bug in email validation (#86) - Replace email validation regex in validation.js [Fixes #161012923] push 05 Oct 2018 09:45AM UTC web-flow travis-ci pending completion  
243 develop bug(server): Fixes server crashing (#85) - Add the babel presets to dependencies [Fixes #160952766] push 03 Oct 2018 11:31AM UTC web-flow travis-ci pending completion  
234 develop bug(email-sender): Resolves email Sender to use sendgrid (#84) - Refactors the emailSender to use sendGrid - Refactors the signup and request validations - Resolves short-lived tokens to 3days - Resolves profile on login and signup [Fixes #... push 03 Oct 2018 10:47AM UTC web-flow travis-ci pending completion  
231 develop Merge pull request #83 from chukwuemekachm/bg-refactor-frontend-client-158720415 #158720415 Refactors front-end client to improve UI/UX push 02 Jul 2018 12:14AM UTC web-flow travis-ci pending completion  
See All Builds (246)
  • 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

© 2026 Coveralls, Inc