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

ml6team / fondant / 6325793008 / 2
91%
main: 91%

Build:
DEFAULT BRANCH: main
Ran 27 Sep 2023 12:24PM 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

27 Sep 2023 12:17PM UTC coverage: 92.448%. Remained the same
6325793008.2

push

github

web-flow
Improve download images logs (#466)

Some of the exception caught by the download images component returned
an empty string since the exception object does not always have a
**string representation** .

Example:

```python
except Exception as e:
    logger.warning(f"Skipping {url}: {e)")
```

returns: 

```bash
Skipping https://2.gravatar.com/avatar/2d7699b189a0d1e40a506aa3b8cad2dc?s=48&d=identicon&r=G: 
```

This makes it difficult to trace back why a url was skipped. Changing to
`repr(e)` seems to fix it since most exeception objects seem to have a
**printable representational string** (at least the httpx ones)

1163 of 1258 relevant lines covered (92.45%)

0.92 hits per line

Source Files on job test-3.11 - 6325793008.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6325793008
  • 67c58db0 on github
  • Prev Job for on main (#6325175228.1)
  • Next Job for on main (#6327067525.1)
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