Skip to content

Rewrite parsing#23

Merged
AlexGhiondea merged 7 commits into
masterfrom
rewriteParsing
Dec 13, 2020
Merged

Rewrite parsing#23
AlexGhiondea merged 7 commits into
masterfrom
rewriteParsing

Conversation

@AlexGhiondea
Copy link
Copy Markdown
Owner

Fixes #22

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 12, 2020

Codecov Report

Merging #23 (b421d3b) into master (3f771ec) will increase coverage by 0.51%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   98.25%   98.77%   +0.51%     
==========================================
  Files           2        4       +2     
  Lines         172      163       -9     
==========================================
- Hits          169      161       -8     
+ Misses          3        2       -1     
Impacted Files Coverage Δ
src/Colorizer.cs 100.00% <100.00%> (ø)
src/Lexer/Lexer.cs 100.00% <100.00%> (ø)
src/Lexer/Token.cs 100.00% <100.00%> (ø)
src/OutputWriters/ConsoleWriter.cs 71.42% <0.00%> (-3.58%) ⬇️

@AlexGhiondea AlexGhiondea merged commit 1f090ff into master Dec 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Writing text that contains brackets can fail

1 participant