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

curationexperts / cypripedium / dbad3ff8-ecce-403a-b90c-f993b5db777b
98%
main: 99%

Build:
Build:
LAST BUILD BRANCH: dependabot/bundler/aws-sdk-s3-1.208.0
DEFAULT BRANCH: main
Ran 05 Nov 2024 04:40PM UTC
Jobs 1
Files 86
Run time 1min
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

05 Nov 2024 03:34AM UTC coverage: 98.324% (+0.02%) from 98.3%
dbad3ff8-ecce-403a-b90c-f993b5db777b

push

circleci

mark-dce
[FIX] Display full deprecation messages

**ISSUE**
We are not getting details of the deprecation warnings.

The cbeer/deprecation gem uses an old calling signature
for warnings, but Hyrax and related code expect to use the calling
signature in ActiveSupport::Deprecation. So, the warn method
was reading the message as the context and setting the message to
nil, giving a very generic message.

**FIX**
Check to see whether the first argument being passed is a string,
which means the call is using the two-parameter calling signature,
or a class or other object, which means the call is using the
three-parameter calling signature.

**BEFORE**
>DEPRECATION WARNING: You are using deprecated behavior which will be removed from the next major or minor release. (called from block in <top (required)> at /Users/mark/_no_backup_/Projects/cypripedium/config/initializers/hyrax.rb:47) (1 times); e.g.:
>
>DEPRECATION WARNING: You are using deprecated behavior which will be removed from the next major or minor release. (called from new at /Users/mark/_no_backup_/Projects/cypripedium/app/lib/rdf_xml_service.rb:9) (2 times); e.g.:

**AFTER**
>DEPRECATION WARNING: google_analytics_id is deprecated; use analytics_id from config/analytics.yml instead. (called from block in <top (required)> at /Users/mark/_no_backup_/Projects/cypripedium/config/initializers/hyrax.rb:47) (1 times); e.g.:
>
>DEPRECATION WARNING: passing `request` is deprecated; pass a host as `hostname:` instead. (called from new at /Users/mark/_no_backup_/Projects/cypripedium/app/lib/rdf_xml_service.rb:9) (2 times); e.g.:

15 of 15 new or added lines in 2 files covered. (100.0%)

1056 of 1074 relevant lines covered (98.32%)

11.4 hits per line

Jobs
ID Job ID Ran Files Coverage
1 dbad3ff8-ecce-403a-b90c-f993b5db777b.1 05 Nov 2024 04:40PM UTC 0
98.32
Source Files on build dbad3ff8-ecce-403a-b90c-f993b5db777b
Detailed source file information is not available for this build.
  • Back to Repo
  • CircleCI Build #DBAD3FF8...
  • 1a545ae8 on github
  • Prev Build on handle_deprecations (#FFFC97AF...)
  • Next Build on handle_deprecations (#043D8B65...)
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