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

datopian / frontend-v2 / 130 / 1
87%
master: 72%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v2.1.7
DEFAULT BRANCH: master
Ran 22 Jul 2019 05:46AM UTC
Files 10
Run time 0s
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

22 Jul 2019 05:45AM UTC coverage: 87.092%. Remained the same
130.1

push

travis-ci

web-flow
[GA events][xs]: fix bug when accessing a resource name.

This won't work because `dataset.downloads` isn't the same as `dataset.resources` - it looks like this:

```
[
      {
        format: 'CSV',
        path: datapackage.resources[0].path
      },
      {
        format: 'TSV',
        path: datapackage.resources[0].path + '?format=tsv'
      },
      {
        format: 'XLSX - Excel',
        path: datapackage.resources[0].path + '?bom=true'
      },
      {
        format: 'JSON',
        path: datapackage.resources[0].path + '?format=json'
      },
      {
        format: 'XML',
        path: datapackage.resources[0].path + '?format=xml'
      }
    ]
```

The thing is that in EDS there is a convention to have 1 resource per 1 dataset so no need to do `dataset.resources[loop.index0].name`, instead, you can assume there is only 1 resource so `dataset.resources[0].name`.

139 of 180 branches covered (77.22%)

Branch coverage included in aggregate %.

421 of 463 relevant lines covered (90.93%)

3.59 hits per line

Source Files on job 130.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 115
  • Travis Job 130.1
  • 1fd6fa83 on github
  • Prev Job for on eds-google-analytics (#127.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