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

ml6team / fondant / 6402443621
91%

Build:
DEFAULT BRANCH: main
Ran 04 Oct 2023 06:40AM UTC
Jobs 4
Files 15
Run time 2s
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.654% (+0.04%) from 92.619%
6402443621

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.

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

1173 of 1266 relevant lines covered (92.65%)

3.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 test-3.8 - 6402443621.1 04 Oct 2023 06:41AM UTC 0
92.65
2 test-3.11 - 6402443621.2 04 Oct 2023 06:41AM UTC 0
92.5
3 test-3.9 - 6402443621.3 04 Oct 2023 06:41AM UTC 0
92.49
4 test-3.10 - 6402443621.4 04 Oct 2023 06:41AM UTC 0
92.5
Source Files on build 6402443621
Detailed source file information is not available for this build.
  • Back to Repo
  • d340b6a0 on github
  • Prev Build on main (#6380739897)
  • Next Build on main (#6402460386)
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