Tests can be run with ``` bazel test //swift/codegen:tests ``` Coverage can be checked installing `pytest-cov` and running ``` pytest --cov=swift/codegen swift/codegen/test ```
Also added code generation to the swift checks.
Also added code generation and clang formatting to the pre-commit configuration.