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

bucharest-gold / license-reporter / 325 / 1
92%
master: 92%

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

20 Nov 2017 06:20PM UTC coverage: 90.426%. Remained the same
325.1

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%)

87.58 hits per line

Source Files on job 325.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 325
  • Travis Job 325.1
  • a64f5f74 on github
  • Prev Job for on master (#323.1)
  • Next Job for on master (#329.3)
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