Closed JSAbrahams closed 2 years ago
:exclamation: No coverage uploaded for pull request base (
develop@94a258a
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #267 +/- ##
==========================================
Coverage ? 83.94%
==========================================
Files ? 99
Lines ? 9585
Branches ? 0
==========================================
Hits ? 8046
Misses ? 1539
Partials ? 0
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more
Relevant issues
Closes #264
Summary
A type alias is now treated as a variable declaration. It is added to the environment as opposed to checking that the environment contains said variable.
Added Tests
with_ast_verify
: Check that with type alias works