Clover Documentation

Clover 3.1 Documentation
Clover 3.0 Documentation
Clover 2.6 Documentation
More...

Clover Knowledge Base Resources

Skip to end of metadata
Go to start of metadata

Symptoms

This will occur if

a) The tests have not been instrumented
b) All the tests have not been run

Look in your output for something like the following

Cause

The tests may not be instrumented if you have excluded them.
You also may not have run all the tests, and without running the tests. If the tests are not run, then the covereage will be incorrect and per-test coverage cannot work.

Resolution

Modify the build configuration or the command you are running to ensure that all tests are run

Labels
  • None