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

ml6team / fondant / 7111885729 / 3
91%
main: 91%

Build:
DEFAULT BRANCH: main
Ran 06 Dec 2023 08:20AM UTC
Files 18
Run time 0s
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

06 Dec 2023 08:16AM UTC coverage: 92.088% (+0.3%) from 91.796%
7111885729.3

push

github

web-flow
Support pipeline factory functions as CLI reference (#699)

In our RAG use case, [we want to start using a pipeline factory
function](https://github.com/ml6team/fondant-usecase-RAG/pull/34#discussion_r1414114415),
but this is currently not supported by the CLI.

This PR fixes that.

I also included a change (the first commit) which removes the `finally`
blocks. We were using this as follows:
```python
try:
    ref = ...
except SpecificError:
    ref = ...
finally:
    run(ref)
```

But apparently the `finally` block is also entered if any
non-`SpecificError` exception is raised in the `try` block. This lead to
all non-handled errors to become an `UnboundLocal` error. This is now no
longer the case, and the original error is not caught.

1583 of 1719 relevant lines covered (92.09%)

0.92 hits per line

Source Files on job test-3.8 - 7111885729.3
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 7111885729
  • 7b6c9c56 on github
  • Prev Job for on main (#7088711618.2)
  • Next Job for on main (#7116093080.1)
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