Skip to main content

Coverage Failed

Coverage Missing

This error may happen if you are using a custom test command in codebeaver.yml or in the CircleCI / TravisCI config file, but not a custom coverage command. In this scenario, CodeBeaver will try to determine how to run coverage analysis. If it can't, it will fail with this error.

To fix this, you can add a custom coverage command in codebeaver.yml or in the CircleCI / TravisCI config file. Check out the documentation here for the details on how to do this.