Use Gitlab CI with Bots for Code Quality and Technical Debt checks
Once we have Gitlab CI on this Gitlab instance, we should look into which checks we want to have for Tor itself. This could be done either directly in the CI via different soft-fail options, but it could also be implemented as a bot.
Tasks
-
Check for function complexity changes (like with Practracker). -
Check for coverage changes from tests (like we have on Github).