Require tests with every PR. Easy way to do this is to require at least 80% code coverage on new code, meaning that the pipeline will fail if this is not met. Can be done with Sonarqube
NOTE: not a measure of the quality of the tests, just a good reminder to add them and a good place to start.