ironcalc / IronCalc

Main engine of the IronCalc ecosystem
Apache License 2.0
48 stars 2 forks source link

Adding additional lexer unit tests #4

Closed fosdickio closed 5 months ago

fosdickio commented 5 months ago

Adding additional unit tests to the lexer to improve test coverage gaps outlined in Codecov.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8fc4d58) 90.11% compared to head (ef8c5af) 90.15%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4 +/- ## ========================================== + Coverage 90.11% 90.15% +0.03% ========================================== Files 155 155 Lines 27244 27300 +56 ========================================== + Hits 24552 24613 +61 + Misses 2692 2687 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

fosdickio commented 5 months ago

Quick question, are tests passing in this branch?

@nhatcher Yes, the tests are passing locally.

test result: ok. 445 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.56s