Closed gnikit closed 1 year ago
Merging #280 (59f4402) into master (eb6f618) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #280 +/- ##
=======================================
Coverage 86.94% 86.95%
=======================================
Files 12 12
Lines 4566 4569 +3
=======================================
+ Hits 3970 3973 +3
Misses 596 596
Impacted Files | Coverage Δ | |
---|---|---|
fortls/objects.py | 83.99% <100.00%> (+0.03%) |
:arrow_up: |
fortls/parse_fortran.py | 89.10% <100.00%> (ø) |
I think the signature is still not ideal i.e.
LOGICAL FUNCTION
but I chose it since it indicates that the associate block variable is the result of a function.Fixes #269