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

ml6team / fondant / 6402443621 / 1
91%
main: 91%

Build:
DEFAULT BRANCH: main
Ran 04 Oct 2023 06:41AM UTC
Files 15
Run time 1s
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

04 Oct 2023 06:36AM UTC coverage: 92.648% (+0.04%) from 92.613%
6402443621.1

push

github

web-flow
Add caching dependency (#479)

Current implemented caching does not take into account the previous
component cache key when estimating the cache key. This can be an issue
in some scenarios, for example:

 **1st run:** load_from_hub (input_dataset=x) -> download_images
 **2nd run:** load_from_hub (input_dataset=y) -> download_images
 
In the second run, the download images component won't execute and will
be cached since it might have the same input arguments as the first run.
However, both runs start from different input datasets and thus the
second run would actually end up loading in the dataset cached from the
1st run.

This PR addresses this by including the hash key of the dependent
component in the component cache key estimation.

1172 of 1265 relevant lines covered (92.65%)

0.93 hits per line

Source Files on job test-3.8 - 6402443621.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6402443621
  • d340b6a0 on github
  • Prev Job for on main (#6380739897.2)
  • Next Job for on main (#6402460386.4)
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