Closed stotko closed 2 years ago
Base: 97.14% // Head: 97.14% // No change to project coverage :thumbsup:
Coverage data is based on head (
d633c99
) compared to base (bda93d7
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
clang-format
is always configured with the--Werror
flag to treat any formatting violations as errors even ifSTDGPU_COMPILE_WARNING_AS_ERROR
is set toOFF
. Fix this issue by adding this flag conditionally to the command options for the respective targets.