Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/stringspan #110

Merged
merged 13 commits into from
Jun 28, 2024
Merged

Feature/stringspan #110

merged 13 commits into from
Jun 28, 2024

Conversation

jas88
Copy link
Contributor

@jas88 jas88 commented Jun 24, 2024

Do string parsing using Spans rather than string objects (makes IsAcceptableAsType method c 33% faster, eliminates an external dependency.)

Also exclude .g.cs (compiler-generated source) from CodeQL analysis, since we don't maintain it ourselves anyway.

@jas88 jas88 requested a review from JFriel June 24, 2024 01:48
Copy link
Contributor

@JFriel JFriel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM assuming comment tidy up

@coveralls
Copy link

coveralls commented Jun 28, 2024

Pull Request Test Coverage Report for Build 9713423908

Details

  • 87 of 95 (91.58%) changed or added relevant lines in 8 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+1.5%) to 76.898%

Changes Missing Coverage Covered Lines Changed/Added Lines %
TypeGuesser/Deciders/NeverGuessedTypeDecider.cs 0 1 0.0%
TypeGuesser/Guesser.cs 27 28 96.43%
TypeGuesser/Deciders/BoolTypeDecider.cs 43 45 95.56%
TypeGuesser/Deciders/DateTimeTypeDecider.cs 6 8 75.0%
TypeGuesser/Deciders/DecideTypesForStrings.cs 6 8 75.0%
Files with Coverage Reduction New Missed Lines %
TypeGuesser/Deciders/DateTimeTypeDecider.cs 1 76.38%
Totals Coverage Status
Change from base Build 9201514479: 1.5%
Covered Lines: 486
Relevant Lines: 623

💛 - Coveralls

@jas88 jas88 merged commit ee19862 into main Jun 28, 2024
4 checks passed
@jas88 jas88 deleted the feature/stringspan branch June 28, 2024 14:00
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.

3 participants