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

projecthydra / curation_concerns / 3834 / 2
97%
master: 96%

Build:
Build:
LAST BUILD BRANCH: v1.7.7
DEFAULT BRANCH: master
Ran 22 Sep 2016 02:21PM UTC
Files 199
Run time 9s
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 Sep 2016 02:02PM UTC coverage: 97.103%. Remained the same
2.3.1, RAILS_VERSION=5.0.0 RDF_VERSION=2.1.0

push

travis-ci

tpendragon
Add configurable administrative dashboard.

Documentation is found in the README, Wiki, and
`CurationConcerns::AdminController`. This enables three widgets:

* Count by Visibility
* Count by Embargo Status
* Table-view of Count by Visibility & Embargo Status

Configuration is done in the CurationConcerns initializer, and looks
like this:

```ruby
{
  menu: {
    index: {},
    resource_details: {}
  },
  actions: {
    index: {
      partials: [
        "total_objects_charts",
        "total_embargo_visibility"
      ]
    },
    resource_details: {
      partials: [
        "total_objects"
      ]
    }
  },
  data_sources: {
    resource_stats: CurationConcerns::ResourceStatisticsSource
  }
}
```

3587 of 3694 relevant lines covered (97.1%)

39.69 hits per line

Source Files on job 3834.2 (2.3.1, RAILS_VERSION=5.0.0 RDF_VERSION=2.1.0)
  • Tree
  • List 0
  • Changed 22
  • Source Changed 2
  • Coverage Changed 21
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3834
  • Travis Job 3834.2
  • 73947362 on github
  • Prev Job for 2.3.1, RAILS_VERSION=5.0.0 RDF_VERSION=2.1.0 on dashboard (#3821.2)
  • Next Job for 2.3.1, RAILS_VERSION=5.0.0 RDF_VERSION=2.1.0 on dashboard (#3837.2)
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