Search found 2 matches
- Wed Nov 06, 2024 4:19 pm
- Forum: ESP-IDF
- Topic: Linux Host Unit test Coverage - ESP-IDF
- Replies: 3
- Views: 931
- Sun Jun 09, 2024 11:36 pm
- Forum: ESP-IDF
- Topic: Linux Host Unit test Coverage - ESP-IDF
- Replies: 3
- Views: 931
Linux Host Unit test Coverage - ESP-IDF
Hello, I'm having trouble setting code coverage generation for my unit testing. I'm able to run my tests perfectly fine and I'm able to generate .gcno files by adding --coverage to the build process for both the test source file and the sources for the custom component I'm testing. The problem is th...