Closed bricoletc closed 3 years ago
Merging #107 (2ee907b) into master (4180e77) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #107 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 12 12
Lines 944 945 +1
Branches 172 173 +1
=======================================
+ Hits 926 927 +1
Misses 10 10
Partials 8 8
Flag | Coverage Δ | |
---|---|---|
unittests | 98.09% <100.00%> (+<0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
snakefmt/parser/parser.py | 96.42% <100.00%> (ø) |
|
snakefmt/parser/syntax.py | 98.88% <100.00%> (+<0.01%) |
:arrow_up: |
Great work!
Fixes two bugs (see below).
One point for discussion is it does not fix #104 and #105 whereby empty
input:
is not allowed by us; i don't think it's technically allowed by snakemake grammar either, but is allowed in practice. Not sure what to do there.Fixed
use
syntax (#106)