FBP DSL parser#53
Conversation
Codecov Report
@@ Coverage Diff @@
## master #53 +/- ##
==========================================
- Coverage 91.75% 83.80% -7.96%
==========================================
Files 6 11 +5
Lines 364 599 +235
==========================================
+ Hits 334 502 +168
- Misses 18 70 +52
- Partials 12 27 +15
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #53 +/- ##
==========================================
- Coverage 91.75% 89.37% -2.39%
==========================================
Files 6 14 +8
Lines 364 715 +351
==========================================
+ Hits 334 639 +305
- Misses 18 44 +26
- Partials 12 32 +20
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #53 +/- ##
==========================================
+ Coverage 89.43% 90.06% +0.62%
==========================================
Files 6 14 +8
Lines 303 634 +331
==========================================
+ Hits 271 571 +300
- Misses 17 34 +17
- Partials 15 29 +14
Continue to review full report at Codecov.
|
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
Segment statements and strip trivia
Add statement parsers and definition collector
Step 3 of #49, implementing FBP DSL parser in GoFlow itself