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

MITLibraries / transmogrifier / 8250777862
99%

Build:
DEFAULT BRANCH: main
Ran 12 Mar 2024 02:41PM UTC
Jobs 1
Files 21
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

12 Mar 2024 02:40PM UTC coverage: 99.075% (+0.004%) from 99.071%
8250777862

push

github

web-flow
Update post-transform methods to handle None values (#147)

Why these changes are being introduced:
* When a field method returns "None", the resulting "fields" dictionary will
set a key-value pair, where key = <field_name> and value = None. This will result
in the .setdefault() method being ignored during the post-transform methods
as it will only set the value in the "fields" dictionary to an empty list if
the key is not present.

How this addresses that need:
* Check if field methods that are updated by post-transform methods are
already set to None. If None, set to an empty list.

Side effects of this change:
* None

Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/GDT-217
* https://mitlibraries.atlassian.net/browse/GDT-210

9 of 9 new or added lines in 1 file covered. (100.0%)

1392 of 1405 relevant lines covered (99.07%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8250777862.1 12 Mar 2024 02:41PM UTC 0
99.07
GitHub Action Run
Source Files on build 8250777862
Detailed source file information is not available for this build.
  • Back to Repo
  • dd2c4ac8 on github
  • Prev Build on main (#8239514744)
  • Next Build on main (#8468335763)
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