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

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

Build:
DEFAULT BRANCH: master
Ran 30 Mar 2019 08:22PM UTC
Files 105
Run time 4s
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

30 Mar 2019 08:18PM UTC coverage: 86.69% (-0.04%) from 86.731%
638.1

push

travis-ci

lycjackie
Model/module: update `Module#toString()` (#138)

The string representation of `Module` objects is not intuitive.

Consider the following Module:

  Code: CS1010
  Name: Programming Methodology
  Credits: 4
  Co-requisites: None
  Tags: algorithms, c, imperative, programming

`Module#toString()` returns the following:

  Programming Methodology Credits: 4 Code: CS1010 Tags: [algorithms][c]
  [imperative][programming] Co-requisites: None

This makes it difficult for users to read and understand the details of
a module.

Let's update `Module#toString()` such that it will return the following
instead:

  CS1010 Programming Methodology (4 Modular Credits)
  Co-requisites: None
  Tags: [algorithms], [c], [imperative], [programming]

2234 of 2577 relevant lines covered (86.69%)

0.87 hits per line

Source Files on job 638.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 501
  • Travis Job 638.1
  • a7f53754 on github
  • Prev Job for on master (#623.1)
  • Next Job for on master (#660.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