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

projecthydra / curation_concerns / 3837
97%
master: 96%

Build:
Build:
LAST BUILD BRANCH: v1.7.7
DEFAULT BRANCH: master
Ran 22 Sep 2016 02:35PM UTC
Jobs 2
Files 200
Run time 2min
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
3837

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
  }
}
```

70 of 70 new or added lines in 8 files covered. (100.0%)

3606 of 3723 relevant lines covered (96.86%)

78.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3837.1 (2.3.1, RAILS_VERSION=4.2.7 RDF_VERSION=1.99.1) 22 Sep 2016 02:35PM UTC 0
96.86
Travis Job 3837.1
2 3837.2 (2.3.1, RAILS_VERSION=5.0.0 RDF_VERSION=2.1.0) 22 Sep 2016 02:37PM UTC 0
96.86
Travis Job 3837.2
Source Files on build 3837
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3837
  • ff8cd23a on github
  • Prev Build on dashboard (#3834)
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