Closed sbinet closed 6 years ago
Merging #189 into master will decrease coverage by
0.01%
. The diff coverage is28.57%
.
@@ Coverage Diff @@
## master #189 +/- ##
==========================================
- Coverage 50.54% 50.53% -0.02%
==========================================
Files 22 22
Lines 10016 10025 +9
==========================================
+ Hits 5063 5066 +3
- Misses 4452 4458 +6
Partials 501 501
Impacted Files | Coverage Δ | |
---|---|---|
typecheck/typecheck.go | 22.4% <28.57%> (+0.03%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update cce5c9e...a51db59. Read the comment docs.
I started with only passing the len of the slice, but for detecting when there is shadowing, I'll probably need to get the names of the variable too.
OK, sounds good.
Fixes neugram/ng#188.