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

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

Build:
Build:
LAST BUILD BRANCH: v1.7.7
DEFAULT BRANCH: master
Ran 22 Sep 2016 02:37PM UTC
Files 200
Run time 10s
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:18PM UTC coverage: 96.857% (-0.2%) from 97.103%
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
  }
}
```

3606 of 3723 relevant lines covered (96.86%)

38.96 hits per line

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