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

Added diagnostics to all errors #1963

Merged
merged 34 commits into from
May 23, 2024

keep exact error message

941493d
Select commit
Loading
Failed to load commit list.
Merged

Added diagnostics to all errors #1963

keep exact error message
941493d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 23, 2024 in 1s

55.75% of diff hit (target 93.77%)

View this Pull Request on Codecov

55.75% of diff hit (target 93.77%)

Annotations

Check warning on line 12 in factory/program.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

factory/program.ts#L12

Added line #L12 was not covered by tests

Check warning on line 20 in factory/program.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

factory/program.ts#L20

Added line #L20 was not covered by tests

Check warning on line 24 in factory/program.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

factory/program.ts#L24

Added line #L24 was not covered by tests

Check warning on line 73 in factory/program.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

factory/program.ts#L73

Added line #L73 was not covered by tests

Check warning on line 84 in factory/program.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

factory/program.ts#L84

Added line #L84 was not covered by tests

Check warning on line 50 in src/ChainNodeParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ChainNodeParser.ts#L50

Added line #L50 was not covered by tests

Check warning on line 34 in src/Error/BaseError.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Error/BaseError.ts#L32-L34

Added lines #L32 - L34 were not covered by tests

Check warning on line 36 in src/Error/BaseError.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Error/BaseError.ts#L36

Added line #L36 was not covered by tests

Check warning on line 54 in src/Error/BaseError.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Error/BaseError.ts#L54

Added line #L54 was not covered by tests

Check warning on line 60 in src/Error/BaseError.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Error/BaseError.ts#L57-L60

Added lines #L57 - L60 were not covered by tests

Check warning on line 8 in src/Error/Errors.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Error/Errors.ts#L7-L8

Added lines #L7 - L8 were not covered by tests

Check warning on line 52 in src/Error/Errors.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Error/Errors.ts#L51-L52

Added lines #L51 - L52 were not covered by tests

Check warning on line 65 in src/Error/Errors.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Error/Errors.ts#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 90 in src/Error/Errors.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Error/Errors.ts#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 98 in src/Error/Errors.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Error/Errors.ts#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 81 in src/NodeParser/IndexedAccessTypeNodeParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/NodeParser/IndexedAccessTypeNodeParser.ts#L81

Added line #L81 was not covered by tests

Check warning on line 84 in src/NodeParser/IndexedAccessTypeNodeParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/NodeParser/IndexedAccessTypeNodeParser.ts#L84

Added line #L84 was not covered by tests

Check warning on line 117 in src/NodeParser/IntersectionNodeParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/NodeParser/IntersectionNodeParser.ts#L117

Added line #L117 was not covered by tests

Check warning on line 26 in src/NodeParser/IntrinsicNodeParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/NodeParser/IntrinsicNodeParser.ts#L26

Added line #L26 was not covered by tests

Check warning on line 43 in src/NodeParser/IntrinsicNodeParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/NodeParser/IntrinsicNodeParser.ts#L43

Added line #L43 was not covered by tests

Check warning on line 95 in src/NodeParser/MappedTypeNodeParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/NodeParser/MappedTypeNodeParser.ts#L95

Added line #L95 was not covered by tests

Check warning on line 30 in src/NodeParser/PrefixUnaryExpressionNodeParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/NodeParser/PrefixUnaryExpressionNodeParser.ts#L30

Added line #L30 was not covered by tests

Check warning on line 33 in src/NodeParser/PrefixUnaryExpressionNodeParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/NodeParser/PrefixUnaryExpressionNodeParser.ts#L33

Added line #L33 was not covered by tests

Check warning on line 67 in src/NodeParser/PromiseNodeParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/NodeParser/PromiseNodeParser.ts#L67

Added line #L67 was not covered by tests

Check warning on line 89 in src/NodeParser/PromiseNodeParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/NodeParser/PromiseNodeParser.ts#L89

Added line #L89 was not covered by tests