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

iplweb / bpp / 25272088945
65%

Build:
DEFAULT BRANCH: dev
Ran 03 May 2026 06:44AM UTC
Jobs 0
Files 0
Run time –
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
25272088945

push

github

mpasternak
refactor: print() → logging w 7 plikach (3.2)

64 wywołań print() zamienionych na logger.info w utility-modules
(nie management commands):
- src/pbn_integrator/utils/scientists.py (18)
- src/pbn_integrator/utils/statements.py (11)
- src/pbn_integrator/utils/integration.py (10)
- src/powiazania_autorow/core.py (8)
- src/ewaluacja2021/core/genetyczny.py (5)
- src/ewaluacja_optymalizacja/core/__init__.py (5)
- src/pbn_integrator/importer/helpers.py (7)

Każdy plik dostał import logging + logger = logging.getLogger(__name__).
F-stringi zachowane. print(..., end="\r") w integration.py: end=
dropnięty (logging emituje całe linie). Multi-arg printy
zlinearyzowane do f-stringów (logger crashuje na %-formatting).

Test test_assert_dictionary_empty_with_populated_dict_warns przeniesiony
z capsys (stdout) na caplog (logger handler).

Pre-existing ruff issues które wyszły po dodaniu logging do tych
plików (ruff hook w pre-commit lintuje zmienione pliki):
- B007 w genetyczny.py:120,133: for a → for _
- C901 w powiazania_autorow/core.py:15: noqa C901 (function complexity
  to osobny refactor, poza scope)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Source Files on build 25272088945
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #25272088945
  • 335df8d4 on github
  • Prev Build on dev (#25248250680)
  • Next Build on dev (#25289283222)
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