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

ml6team / fondant / 6325793008
91%

Build:
DEFAULT BRANCH: main
Ran 27 Sep 2023 12:21PM UTC
Jobs 4
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.607%. Remained the same
6325793008

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)

1165 of 1258 relevant lines covered (92.61%)

3.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 test-3.9 - 6325793008.1 27 Sep 2023 12:24PM UTC 0
92.44
2 test-3.11 - 6325793008.2 27 Sep 2023 12:24PM UTC 0
92.45
3 test-3.8 - 6325793008.3 27 Sep 2023 12:24PM UTC 0
92.6
4 test-3.10 - 6325793008.4 27 Sep 2023 12:24PM UTC 0
92.45
Source Files on build 6325793008
Detailed source file information is not available for this build.
  • Back to Repo
  • 67c58db0 on github
  • Prev Build on main (#6325175228)
  • Next Build on main (#6327067525)
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