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

ml6team / fondant / 6625720201
91%

Build:
DEFAULT BRANCH: main
Ran 24 Oct 2023 10:44AM UTC
Jobs 3
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

24 Oct 2023 10:41AM UTC coverage: 92.852% (-0.4%) from 93.219%
6625720201

push

github

web-flow
Fix cli error propagation (#544)

Fixes error with wrong error being propagated when using any of the
runners with the CLI:

before:

```bash
❯ fondant run local pipeline.py --extra-volumes "$HOME/.config/gcloud/application_default_credentials.json:/root/.config/gcloud/application_default_credentials.json:ro"
Traceback (most recent call last):
  File "/home/philippe/Scripts/express/src/fondant/cli.py", line 479, in run_local
    pipeline = pipeline_from_module(args.ref)
  File "/home/philippe/Scripts/express/src/fondant/cli.py", line 605, in pipeline_from_module
    module = get_module(module_str)
  File "/home/philippe/Scripts/express/src/fondant/cli.py", line 595, in get_module
    module = importlib.import_module(module_str)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/philippe/Scripts/express/examples/pipelines/finetune_stable_diffusion/./pipeline.py", line 24, in <module>
    load_from_hub_op = ComponentOp(
  File "/home/philippe/Scripts/express/src/fondant/pipeline.py", line 114, in __init__
    self.component_spec = ComponentSpec.from_file(
  File "/home/philippe/Scripts/express/src/fondant/component_spec.py", line 141, in from_file
    with open(path, encoding="utf-8") as file_:
FileNotFoundError: [Errno 2] No such file or directory: 'components/load_from_hf_hub/fondant_component.yaml'

During handling of the above exception, another exception occurred:

Traceback (most recent... (continued)

8 of 14 new or added lines in 1 file covered. (57.14%)

1364 of 1469 relevant lines covered (92.85%)

2.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 test-3.9 - 6625720201.1 24 Oct 2023 10:46AM UTC 0
92.71
2 test-3.10 - 6625720201.2 24 Oct 2023 10:46AM UTC 0
92.72
3 test-3.8 - 6625720201.3 24 Oct 2023 10:46AM UTC 0
92.85
Source Files on build 6625720201
Detailed source file information is not available for this build.
  • Back to Repo
  • 8a6d05c1 on github
  • Prev Build on main (#6625704962)
  • Next Build on main (#6638617333)
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