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

ml6team / fondant / 5938345091
91%

Build:
DEFAULT BRANCH: main
Ran 22 Aug 2023 11:50AM UTC
Jobs 4
Files 14
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

22 Aug 2023 11:48AM UTC coverage: 93.327% (-0.1%) from 93.446%
5938345091

push

github

web-flow
Hide executor from users (#362)

Draft PR that addresses this #300 

The new interface will be changed from this:

```python
if __name__ == "__main__":
    executor = PandasTransformExecutor.from_args()
    executor.execute(MyComponent)
```

to this: 

```python
if __name__ == "__main__":
    component_runner = ComponentRunner(MyComponent)
    component_runner.run()
```

I'v only changed one example in the tests to showcase how it would look
like. All feedback is welcome

53 of 58 new or added lines in 2 files covered. (91.38%)

1049 of 1124 relevant lines covered (93.33%)

3.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 test-3.11 - 5938345091.1 22 Aug 2023 11:52AM UTC 0
93.15
2 test-3.10 - 5938345091.2 22 Aug 2023 11:52AM UTC 0
93.15
3 test-3.9 - 5938345091.3 22 Aug 2023 11:52AM UTC 0
93.14
4 test-3.8 - 5938345091.4 22 Aug 2023 11:52AM UTC 0
93.32
Source Files on build 5938345091
Detailed source file information is not available for this build.
  • Back to Repo
  • ce048d97 on github
  • Prev Build on main (#5938140744)
  • Next Build on main (#5939380292)
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