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

renatomassaro / FeebDB
82%
main: 86%

Build:
Build:
LAST BUILD BRANCH: bump-dependencies
DEFAULT BRANCH: main
Repo Added 23 Aug 2024 09:59PM UTC
Files 61
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 add-after_read-callbacks
branch: add-after_read-callbacks
CHANGE BRANCH
x
Reset
  • add-after_read-callbacks
  • add-db_reload
  • add-format-opts
  • add-support-for-composite-PKs
  • add-support-for-custom-selection-fields
  • add-support-for-enqueueing-repos
  • add-support-for-structs-in-map-type
  • add-update_all-and-delete_all
  • allow-enum-values-to-be-defined-as-a-function
  • better-migrations
  • bump-dependencies
  • extract-stack-implementation
  • improve-structs-support-in-map-type
  • improved-context-handlin
  • improved-context-handling
  • improved-monitoring-of-leased-connections
  • main
  • make-migrations-atomic
  • minor-enhancements
  • r/add-db-with-context
  • r/add-dialyzer
  • r/add-enum-type
  • r/add-github-actions
  • r/generalize-migrator-metadata-function
  • r/improve-types
  • simplify-virtual-fields
  • support-custom-types
  • virtual-fields
  • wip

17 Dec 2024 12:11AM UTC coverage: 81.999% (+0.1%) from 81.865%
52607d5176e7269a470a754c6fe83102009d5680

push

github

renatomassaro
Add support for after_read callbacks

These callbacks are executed after every other field in the schema has
been loaded. It receives two arguments: the loaded field as well as the
entire loaded schema.

Receiving the entire schema is particularly helpful if the callback
needs to have access to some other data from the row in order to execute
its logic.

Note that if multiple fields implement the `after_read` callback,
there's no guarantee of order over which gets executed first, so one
should make sure that in this scenario the order is not strictly
necessary and/or can be coordinated via some external medium (e.g.
process dictionary).

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

1116 of 1361 relevant lines covered (82.0%)

19815.47 hits per line

Relevant lines Covered
Build:
Build:
1361 RELEVANT LINES 1116 COVERED LINES
19815.47 HITS PER LINE
Source Files on add-after_read-callbacks
  • Tree
  • List 60
  • Changed 24
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
52607d51... add-after_read-callbacks Add support for after_read callbacks These callbacks are executed after every other field in the schema has been loaded. It receives two arguments: the loaded field as well as the entire loaded schema. Receiving the entire schema is particularly... push 17 Dec 2024 12:15AM UTC renatomassaro github
82.0
See All Builds (112)
  • Repo on GitHub
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

© 2025 Coveralls, Inc