Move autogenerated code in folders with _gen suffix #602
Labels
Good first issue
Indicates a good issue for first-time contributors
Priority: Low
Indicates that an issue or pull request should be resolved behind issues or pull requests labelled `
The crates with _sys contain auto-generated code. Move the code to directories that end with _gen suffix so it is clear that the code is auto-generated.
When we rename the directories, we should also update the integration test
test_coverage
fromtests/integration_tests/build/test_coverage.py
. In this test we are excluding the auto-generated code from the coverage report.The text was updated successfully, but these errors were encountered: