7e9f78ce88
🐛 | Fix prefetch bug (str vs int), move json import to module level, add missing type hints
SonarQube Code Quality Scan / SonarQube Scan (push) Failing after 1m20s
2026-06-04 16:23:03 +03:00
d8ebd6186c
🐛 | Improve test coverage for SonarQube quality gate
...
SonarQube Code Quality Scan / SonarQube Scan (push) Failing after 1m20s
- Restructure conftest to try real Qt first, fall back to stubs
only if that fails — ensures try/except guards in player.py and
gui.py are exercised in CI, improving new_coverage
- Add tests for _migrate_legacy error paths (JSONDecodeError,
OSError, db migration) — config.py now 100% covered
- Add tests for _disconnect, _send_presence exception handlers —
discord_rpc.py now 97% covered
- Add tests for _cleanup_path and _tmp_dir helpers — player.py
coverage bumped to 33%
2026-06-03 19:35:20 +03:00
8597d03a1e
🐛 | Fix SonarQube issues
...
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m42s
- Extract duplicated string literals into constants (S1192)
- Replace dict() with {} literal (S7498)
- Remove duplicate test_zero_ms (S4144)
- Remove/rename unused variables (S1481)
- Replace constant assert True with comment (S5914)
- Mark stub empty methods as intentional (S1186)
- Review 2 security hotspots as safe (S5443)
2026-06-03 19:14:22 +03:00
2870f790bd
🐛 | Fix tests
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m44s
2026-06-03 19:05:17 +03:00
93f5239ef7
✅ | Add tests
SonarQube Code Quality Scan / SonarQube Scan (push) Failing after 2m37s
2026-06-03 18:53:24 +03:00
363ee732b4
✨ | Add ability to load previous track
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 26s
2026-06-01 21:29:53 +03:00
31ceb040ed
🐛 | Inform user if loading fails
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m25s
2026-06-01 21:22:51 +03:00
5f417396ff
📝 | Update README.md
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 27s
2026-05-31 23:38:45 +03:00
079afdf124
📝 | Update README.md
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 24s
2026-05-31 23:12:25 +03:00
c0f1044144
🎉 | Project added
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 3m36s
2026-05-31 23:03:55 +03:00
336616de82
Initial commit
2026-05-31 22:57:28 +03:00