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

datopian / frontend-v2 / 132
72%

Build:
DEFAULT BRANCH: master
Ran 22 Jul 2019 05:48AM UTC
Jobs 1
Files 11
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
132

push

travis-ci

anuveyatsu
[showcase,base][m]: added google analytics to eds theme (#37)

* [showcase,base][m]: added google analytics to eds theme

* [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`.

141 of 180 branches covered (78.33%)

Branch coverage included in aggregate %.

423 of 460 relevant lines covered (91.96%)

4.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 132.1 22 Jul 2019 05:48AM UTC 0
88.13
Travis Job 132.1
Source Files on build 132
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #132
  • 6aa6084e on github
  • Prev Build on master (#129)
  • Next Build on master (#133)
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