You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue describes needing to add code coverage to a C project using GCC. This involves compiling the code with specific flags to generate profiling data, then using a tool like gcov to generate a code coverage report. The task requires familiarity with GCC compilation flags and code coverage tools.
The text was updated successfully, but these errors were encountered: