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

Distinguish type error from name error in pyparser #733

Merged
merged 2 commits into from
Oct 23, 2024

Test UAST parser global and local variable lookup

206f1e2
Select commit
Loading
Failed to load commit list.
Merged

Distinguish type error from name error in pyparser #733

Test UAST parser global and local variable lookup
206f1e2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 23, 2024 in 1s

70.00% of diff hit (target 88.01%)

View this Pull Request on Codecov

70.00% of diff hit (target 88.01%)

Annotations

Check warning on line 76 in tests/test_uast.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_uast.py#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 82 in tests/test_uast.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_uast.py#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 91 in tests/test_uast.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_uast.py#L90-L91

Added lines #L90 - L91 were not covered by tests

Check warning on line 100 in tests/test_uast.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_uast.py#L99-L100

Added lines #L99 - L100 were not covered by tests

Check warning on line 109 in tests/test_uast.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_uast.py#L108-L109

Added lines #L108 - L109 were not covered by tests

Check warning on line 118 in tests/test_uast.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_uast.py#L117-L118

Added lines #L117 - L118 were not covered by tests