FluxML / MacroTools.jl

MacroTools provides a library of tools for working with Julia code and expressions.
https://fluxml.ai/MacroTools.jl/stable/
Other
310 stars 79 forks source link

Fix isdef #199

Closed cstjean closed 9 months ago

cstjean commented 9 months ago

This feels like the simplest fix, though I wonder why it wasn't defined like that in the first place. Hopefully from now on we can increase test coverage on each release.

Fix #172, close #173.

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a266470) 79.62% compared to head (28bf092) 79.66%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #199 +/- ## ========================================== + Coverage 79.62% 79.66% +0.04% ========================================== Files 10 10 Lines 422 423 +1 ========================================== + Hits 336 337 +1 Misses 86 86 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.