Skip to content

uint32_t include is not added on generated code

While running the test and coverage tasks in the CI pipeline, we encounter an error indicating that the uint32_t type is undefined in a generated file due to a missing include directive.

The problem :

  • does not appear on older pipelines with older architecture
  • does not appear when the project is run locally using pixi (pixi run coverage command)
Edited by POLLET Vincent