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 Code Coverage build workflow needs some extra flags to enable code coverage statistics.
These flags don't work with the generation of impulse.h (LDFLAGS seems to be ignored), so the workflow currently adopts a two-step build:
The Code Coverage build workflow needs some extra flags to enable code coverage statistics.
These flags don't work with the generation of
impulse.h
(LDFLAGS seems to be ignored), so the workflow currently adopts a two-step build:gbsplay/.github/workflows/code_coverage.yml
Lines 22 to 39 in 5e83317
impulse.h
is generated with default flags, thusimpulsegen.c
is not considered covered codeCan we make this work in a single pass without changing the build flags in the middle?
The text was updated successfully, but these errors were encountered: