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

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

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

pending completion
130

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

Jobs
ID Job ID Ran Files Coverage
1 130.1 22 Jul 2019 05:46AM UTC 0
87.09
Travis Job 130.1
Source Files on build 130
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #130
  • 1fd6fa83 on github
  • Prev Build on eds-google-analytics (#127)
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