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

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

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

pending completion
638

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]

7 of 7 new or added lines in 1 file covered. (100.0%)

2234 of 2577 relevant lines covered (86.69%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 638.1 30 Mar 2019 08:22PM UTC 0
86.69
Travis Job 638.1
Source Files on build 638
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #638
  • a7f53754 on github
  • Prev Build on master (#623)
  • Next Build on master (#660)
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