Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@drgaglia
Copy link
Contributor

Func args encapsulated in a new class, tests updated (but not thoroughly reviewed - let me know if there are specific test cases you'd like to see)

/// <summary>
/// Encapsulation of arguments passed to a Value Parser function.
/// </summary>
public class ValueParserArgs
Copy link
Contributor Author

Choose a reason for hiding this comment

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

As I was only going one way (excel -> object) and didn't require saving back to excel, I named this ValueParserArgs, but I noticed that for writing back to excel the naming convention is ValueConverter. Maybe this class can get a more generic name that covers both cases

Copy link
Owner

Choose a reason for hiding this comment

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

I think ValueConverterArgs fits both cases. Perhaps we can change the method parameter names in Fetch to valueConverter, too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated the language in Fetch to valueConverter

@codecov
Copy link

codecov bot commented Apr 16, 2025

Codecov Report

Attention: Patch coverage is 98.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 93.91%. Comparing base (b95fe50) to head (12b8834).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
ExcelMapper/ExcelMapper.cs 97.87% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #325      +/-   ##
==========================================
+ Coverage   93.85%   93.91%   +0.05%     
==========================================
  Files          11       12       +1     
  Lines        1433     1446      +13     
  Branches      213      213              
==========================================
+ Hits         1345     1358      +13     
  Misses         60       60              
  Partials       28       28              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@drgaglia
Copy link
Contributor Author

Ok, updated all references to valueParser to valueConverter

@mganss mganss merged commit 9268c57 into mganss:master Apr 23, 2025
3 checks passed
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.

2 participants