I work for developer teams. I talk them into using the following zero-coverage tests in CI:
- syntax check
- coding standard (much more than how you indent your code!)
- static analysis
It makes your code robust without writing a single test.
Please consider introducing all three.