Closed gnikit closed 1 year ago
Merging #306 (f5b45d2) into master (351ae01) will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #306 +/- ##
==========================================
+ Coverage 86.96% 86.97% +0.01%
==========================================
Files 12 12
Lines 4571 4575 +4
==========================================
+ Hits 3975 3979 +4
Misses 596 596
Impacted Files | Coverage Δ | |
---|---|---|
fortls/interface.py | 100.00% <ø> (ø) |
|
fortls/langserver.py | 84.53% <100.00%> (ø) |
|
fortls/regex_patterns.py | 100.00% <100.00%> (ø) |
The regex now allows for more failthul patterns to the input strings to be formed. In the future we should probably allow full regex expressions as inputs, as opposed to now, where we escape special characters.
Fixes #300