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

spec-first / connexion / 5260322188
94%

Build:
DEFAULT BRANCH: main
Ran 13 Jun 2023 09:14PM UTC
Jobs 4
Files 52
Run time 2s
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

pending completion
5260322188

push

github

web-flow
Use repr for error logging (#1711)

Follow-up on #1708
([comment](https://github.com/spec-first/connexion/pull/1708#issuecomment-1581196226))

As mentioned there, there is a `__repr__` but not a `__str__`, leading
to an empty log message (for HTTPExceptions).

An example when running the dev server (previously the first line would
just be an empty line):
```
HTTPException(status_code=404, detail='Not Found')
INFO:     127.0.0.1:33538 - "GET /swaggers/ui/ HTTP/1.1" 404 Not Found
```

However, I would also be fine with just removing the logging here as
`HTTPException`s can be part of the normal flow, without indicating an
actual application error (case in point: raising a `Not Found`
exception)

4 of 4 new or added lines in 1 file covered. (100.0%)

3348 of 3560 relevant lines covered (94.04%)

3.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 test-3.7 - 5260322188.1 13 Jun 2023 09:19PM UTC 0
93.93
2 test-3.8 - 5260322188.2 13 Jun 2023 09:19PM UTC 0
94.21
3 test-3.9 - 5260322188.3 13 Jun 2023 09:19PM UTC 0
94.23
4 test-3.10 - 5260322188.4 13 Jun 2023 09:19PM UTC 0
94.23
Source Files on build 5260322188
Detailed source file information is not available for this build.
  • Back to Repo
  • 59a09c7c on github
  • Prev Build on main (#5234577888)
  • Next Build on main (#5304469339)
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