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

curationexperts / cypripedium
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: bagit_dedup
DEFAULT BRANCH: main
Repo Added 23 Jan 2018 02:12PM UTC
Files 96
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

LAST BUILD ON BRANCH normalize_date_modified
branch: normalize_date_modified
CHANGE BRANCH
x
Reset
  • normalize_date_modified
  • add_coveralls
  • archives
  • archives-wip
  • archives2
  • archives3
  • archives4
  • archives5
  • archives6
  • archives7
  • archives8
  • archives_wip2
  • archvies4
  • aws_tags
  • bag_it
  • bag_refactor
  • bagit_dedup
  • bootstrap4
  • bs4_draft
  • cap_changes
  • capistrano
  • code_climate
  • collection_sort
  • creator_order
  • csv_updates
  • dependabot/bundler/actionview-7.2.3.1
  • dependabot/bundler/activerecord-7.2.2.2
  • dependabot/bundler/activestorage-7.2.2.2
  • dependabot/bundler/activestorage-7.2.3.1
  • dependabot/bundler/activestorage-7.2.3.2
  • dependabot/bundler/activesupport-7.2.3.1
  • dependabot/bundler/addressable-2.9.0
  • dependabot/bundler/aws-sdk-s3-1.208.0
  • dependabot/bundler/bcrypt-3.1.22
  • dependabot/bundler/devise-5.0.3
  • dependabot/bundler/devise-5.0.4
  • dependabot/bundler/faraday-2.14.1
  • dependabot/bundler/faraday-2.14.3
  • dependabot/bundler/google-protobuf-3.25.5
  • dependabot/bundler/json-2.10.2
  • dependabot/bundler/json-2.21.2
  • dependabot/bundler/jwt-2.10.3
  • dependabot/bundler/loofah-2.25.2
  • dependabot/bundler/mail-2.9.1
  • dependabot/bundler/msgpack-1.8.2
  • dependabot/bundler/net-imap-0.5.15
  • dependabot/bundler/net-imap-0.5.6
  • dependabot/bundler/net-imap-0.5.7
  • dependabot/bundler/nokogiri-1.18.3
  • dependabot/bundler/nokogiri-1.18.4
  • dependabot/bundler/nokogiri-1.18.8
  • dependabot/bundler/nokogiri-1.18.9
  • dependabot/bundler/nokogiri-1.19.1
  • dependabot/bundler/nokogiri-1.19.4
  • dependabot/bundler/oauth-1.1.6
  • dependabot/bundler/puma-7.2.1
  • dependabot/bundler/rack-2.2.13
  • dependabot/bundler/rack-2.2.14
  • dependabot/bundler/rack-2.2.18
  • dependabot/bundler/rack-2.2.19
  • dependabot/bundler/rack-2.2.20
  • dependabot/bundler/rack-2.2.22
  • dependabot/bundler/rack-2.2.23
  • dependabot/bundler/rails-html-sanitizer-1.7.1
  • dependabot/bundler/rexml-3.4.2
  • dependabot/bundler/thor-1.4.0
  • dependabot/bundler/uri-1.0.3
  • dependabot/bundler/uri-1.0.4
  • dependabot/bundler/websocket-driver-0.8.1
  • dependabot/bundler/websocket-driver-0.8.2
  • dependabot/bundler/yard-0.9.42
  • dependabot/bundler/yard-0.9.44
  • deployment_woes
  • envioronment-badge
  • environment_badge
  • export_confirmation
  • exports
  • fix_atom_encoding
  • fix_binstubs
  • fix_citation_date_error
  • fix_collection_link
  • fix_create_work
  • fix_create_work_button
  • fix_deploy
  • fix_flaky_test
  • fix_report_download
  • fix_searches
  • fix_sort_and_per_page
  • h5_patch_update_redux
  • handle_deprecations
  • hyrax_3x_latest
  • hyrax_51
  • hyrax_51_rc2
  • initial_h5_redux
  • jel_updates
  • json_creators
  • json_views
  • main
  • parallelism_test
  • patch_upgrade
  • patch_upgrade2
  • persist_active_storage
  • pre-xray-rails-upgrade
  • production_tuning
  • rack_mini_profiler
  • remove_content_dm
  • remove_contentdm
  • remove_creator_migration
  • remove_dead_code
  • remove_execption_flow
  • semantic_logging
  • simplify_fits
  • stats
  • update_badge
  • update_docker
  • update_jquery
  • update_readme
  • upgrade_cleanup
  • upgrade_hyrax5
  • v5.8.0-for-load
  • wip_creator_views

05 Aug 2026 09:36PM UTC coverage: 98.675%. Remained the same
bef8249b-6c95-4351-b94c-90ce40160d62

push

circleci

mark-dce
Add Rake taks to normalize date_modified

**ISSUE**
Approximately 1750 records have the date_modified value stored as
a `String` instead of a `DateTime` object. This causes errors when
trying to call DateTime methods on the value. It also causes
the value to be indexed as `date_modified_ssi` instead of
`date_modified_dtsi` which prevents the value from being displayed
in certain contexts.

**RESOLUTION**
Add a rake task that searches for items indexed with `date_modified_ssi`
i.e. with `String` values, and updates them to a `DateTime` value.
The items are correctly reindexed as part of the save process.

1340 of 1358 relevant lines covered (98.67%)

21.96 hits per line

Relevant lines Covered
Build:
Build:
1358 RELEVANT LINES 1340 COVERED LINES
21.96 HITS PER LINE
Source Files on normalize_date_modified
  • Tree
  • List 95
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
bef8249b... normalize_date_modified Add Rake taks to normalize date_modified **ISSUE** Approximately 1750 records have the date_modified value stored as a `String` instead of a `DateTime` object. This causes errors when trying to call DateTime methods on the value. It also causes t... push 05 Aug 2026 09:49PM UTC mark-dce circleci
98.67
See All Builds (739)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc