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

sisl / astra-rl / 16252147934

13 Jul 2025 06:25PM UTC coverage: 46.419% (-48.0%) from 94.444%
16252147934

Pull #3

github

Jemoka
adds documentation
Pull Request #3: Feat/core

160 of 361 new or added lines in 18 files covered. (44.32%)

175 of 377 relevant lines covered (46.42%)

0.93 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

60.0
/src/astra_rl/logging.py
1
import logging
2✔
2

3
logger = logging.getLogger("astra")
2✔
4

5

6
def config_logging() -> None:
2✔
NEW
7
    logging.basicConfig(
×
8
        level=logging.INFO,
9
        format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
10
        datefmt="%Y-%m-%d %H:%M:%S",
11
    )
NEW
12
    logging.getLogger("astra").setLevel(logging.DEBUG)
×
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