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

datopian / frontend-v2 / 132 / 1
72%
master: 72%

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

22 Jul 2019 05:47AM UTC coverage: 88.125%. Remained the same
132.1

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

Source Files on job 132.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 116
  • Travis Job 132.1
  • 6aa6084e on github
  • Prev Job for on master (#129.1)
  • Next Job for on master (#133.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