Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: codegen tooling from config files #493

Merged
merged 14 commits into from
Oct 26, 2024

feat: add support for more markdown formatters

e19628c
Select commit
Loading
Failed to load commit list.
Merged

feat: codegen tooling from config files #493

feat: add support for more markdown formatters
e19628c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 26, 2024 in 1s

49.79% of diff hit (target 68.69%)

View this Pull Request on Codecov

49.79% of diff hit (target 68.69%)

Annotations

Check warning on line 11 in codegen/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/main.rs#L11

Added line #L11 was not covered by tests

Check warning on line 41 in codegen/src/readme_tooling.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/readme_tooling.rs#L41

Added line #L41 was not covered by tests

Check warning on line 44 in codegen/src/readme_tooling.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/readme_tooling.rs#L44

Added line #L44 was not covered by tests

Check warning on line 54 in codegen/src/readme_tooling.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/readme_tooling.rs#L54

Added line #L54 was not covered by tests

Check warning on line 61 in codegen/src/readme_tooling.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/readme_tooling.rs#L58-L61

Added lines #L58 - L61 were not covered by tests

Check warning on line 63 in codegen/src/readme_tooling.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/readme_tooling.rs#L63

Added line #L63 was not covered by tests

Check warning on line 120 in codegen/src/readme_tooling.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/readme_tooling.rs#L120

Added line #L120 was not covered by tests

Check warning on line 132 in codegen/src/readme_tooling.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/readme_tooling.rs#L132

Added line #L132 was not covered by tests

Check warning on line 153 in codegen/src/readme_tooling.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/readme_tooling.rs#L153

Added line #L153 was not covered by tests

Check warning on line 18 in codegen/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/schema.rs#L18

Added line #L18 was not covered by tests

Check warning on line 20 in codegen/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/schema.rs#L20

Added line #L20 was not covered by tests

Check warning on line 24 in codegen/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/schema.rs#L24

Added line #L24 was not covered by tests

Check warning on line 29 in codegen/src/schema.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/schema.rs#L26-L29

Added lines #L26 - L29 were not covered by tests

Check warning on line 7 in codegen/src/tools.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/tools.rs#L7

Added line #L7 was not covered by tests

Check warning on line 20 in codegen/src/tools.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/tools.rs#L20

Added line #L20 was not covered by tests

Check warning on line 74 in codegen/src/tools.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/tools.rs#L70-L74

Added lines #L70 - L74 were not covered by tests

Check warning on line 79 in codegen/src/tools.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/tools.rs#L76-L79

Added lines #L76 - L79 were not covered by tests

Check warning on line 81 in codegen/src/tools.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/tools.rs#L81

Added line #L81 was not covered by tests

Check warning on line 84 in codegen/src/tools.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/tools.rs#L84

Added line #L84 was not covered by tests

Check warning on line 95 in codegen/src/tools.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/tools.rs#L86-L95

Added lines #L86 - L95 were not covered by tests

Check warning on line 112 in codegen/src/tools.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/tools.rs#L97-L112

Added lines #L97 - L112 were not covered by tests

Check warning on line 114 in codegen/src/tools.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/tools.rs#L114

Added line #L114 was not covered by tests

Check warning on line 122 in codegen/src/tools.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/tools.rs#L121-L122

Added lines #L121 - L122 were not covered by tests

Check warning on line 128 in codegen/src/tools.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/tools.rs#L124-L128

Added lines #L124 - L128 were not covered by tests

Check warning on line 136 in codegen/src/tools.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

codegen/src/tools.rs#L130-L136

Added lines #L130 - L136 were not covered by tests