• 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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 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
  • develop
  • 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  
271 ch-integrate-DAL-AdminController-163355863 chore(AdminController): Integrate Data Access Layer on AdminController - Modify all CRUD operations on the AdminContoller to use the RequestRepository - Modify tests with new development - Modify EmailSender methods names [Completes #163355863] Pull #92 15 Feb 2019 10:27AM UTC web-flow travis-ci pending completion  
270 ch-integrate-DAL-AdminController-163355863 chore(AdminController): Integrate Data Access Layer on AdminController - Modify all CRUD operations on the AdminContoller to use the RequestRepository - Modify tests with new development - Modify EmailSender methods names [Completes #163355863] push 15 Feb 2019 10:23AM UTC chukwuemekachm 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  
268 ch-integrate-DAL-AuthController-163355849 chore(AuthController): Integrate Data Access Layer on AuthController - Modify all CRUD operations on the AuthContoller to use the UserRepository - Add jwtHelper module - Modify tests with new development - Add response helper [Maintains #163355849] Pull #91 23 Jan 2019 04:31PM UTC web-flow travis-ci pending completion  
267 ch-integrate-DAL-AuthController-163355849 chore(AuthController): Integrate Data Access Layer on AuthController - Modify all CRUD operations on the AuthContoller to use the UserRepository - Add jwtHelper module - Modify tests with new development - Add response helper [Maintains #163355849] push 23 Jan 2019 04:22PM UTC chukwuemekachm 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  
265 ch-setup-dal-163355831 chore(D.A.L): Completes the setup for data access layer - 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] Pull #90 22 Jan 2019 10:17AM UTC web-flow travis-ci pending completion  
264 ch-setup-dal-163355831 chore(D.A.L): Completes the setup for data access layer - 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:17AM UTC chukwuemekachm travis-ci pending completion  
263 ch-setup-dal-163355831 chore(D.A.L): Completes the setup for data access layer - 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] Pull #90 22 Jan 2019 10:16AM 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