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

bucharest-gold / license-reporter / 325
92%

Build:
DEFAULT BRANCH: master
Ran 20 Nov 2017 06:21PM UTC
Jobs 3
Files 15
Run time 57s
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
325

push

travis-ci

helio-frota
🐛 Handle names as array in report module

In the `projectMetaData` that the report command hands to the report
module, it's possible that the `licenses.license.name` field is an
array, such as for `rc@0.4.0`:

```json
"dependencies": {
  "dependency": [
    {
      "packageName": "rc",
      "version": "0.4.0",
      "licenses": {
        "license": [
          {
            "name": [
              "BSD",
              "MIT",
              "Apache2"
            ],
            "url": "UNKNOWN"
          }
        ]
      },
      "file": "RC_BSD,MIT,APACHE2.TXT"
    }
  ]
}
```

In this case, there won't be a `.split` function on it.

81 of 100 branches covered (81.0%)

Branch coverage included in aggregate %.

344 of 370 relevant lines covered (92.97%)

262.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 325.1 20 Nov 2017 06:21PM UTC 0
90.43
Travis Job 325.1
2 325.2 20 Nov 2017 06:21PM UTC 0
90.43
Travis Job 325.2
3 325.3 20 Nov 2017 06:22PM UTC 0
90.43
Travis Job 325.3
Source Files on build 325
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #325
  • a64f5f74 on github
  • Prev Build on master (#323)
  • Next Build on master (#329)
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

© 2025 Coveralls, Inc