Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore negative counts when generating coverage info
For some reason generating the coverage report yields a negative count somewhere in `PersistentVariables.ipp`. I don't know why this happens. Compiling with `-fprofile-update=atomic` as suggested by the error message doesn't help. It only makes the SPI supervisor test require ~100 bytes more stack without getting rid of the error. Therefore, I followed the second suggestion and changed the coverage command to ignore such negative counts.
- Loading branch information