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

CS2113-AY1819S2-T09-1 / main / 77 / 1
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 28 Feb 2019 04:13PM UTC
Files 79
Run time 19min
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

28 Feb 2019 04:09PM UTC coverage: 93.754%. Remained the same
77.1

push

travis-ci

chyeo
Model: refactor class `Address` into `Code` (#27)

`Module` class is lacking the following model classes:
* `Code`
* `Credits`
* `Exempted`

In addition, it still has `person`-related model classes such as:
* `Address`
* `Email`
* `Phone`

To simplify the process of introducing the model classes we lack, we can
tune `persons`-related models into `modules`-related models through
refactoring.

Let's refactor `Address` to `Code`, but retain its existing
functionality and constraints, and:
* refactor class method names containing `*address*` to `*code*`
* refactor class attributes names containing `*address*` to `*code*`
* refactor variable names containing `*address*` to `*code*`
* replace `*address*` with `*code*` in comments
* cascade the changes to all affected classes

1396 of 1489 relevant lines covered (93.75%)

0.94 hits per line

Source Files on job 77.1
  • Tree
  • List 0
  • Changed 11
  • Source Changed 11
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 53
  • Travis Job 77.1
  • 7012b9be on github
  • Prev Job for on master (#76.1)
  • Next Job for on master (#79.1)
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