-
Notifications
You must be signed in to change notification settings - Fork 84
Make things extensibile #292
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
base: main
Are you sure you want to change the base?
Conversation
some random refactoring added IStepTitleFactory and IFluentScannerFactory
… are not used or handled by any code.
added script to generate detailed coverage for local analysis. these are not meant to run on CI pipeline (that uses different summary)
removed conditionally compiled code
|
Hi @SonOfSardaar, I went through the files and had a look at all of them, most were small changes and they look good. Are you looking for any specific feedback in this PR? Otherwise, I made a couple of comments on small things I found. Thanks for the updates you made! |
Thanks @leandro-hawktech . I was waiting to see if I could get a second pair of eyes on these changes. I did not want to rush merging without good review. I also have a beta nuget published hoping i would get some comments or feedback if there were any issues. |
some random refactoring
added IStepTitleFactory and IFluentScannerFactory to make things bit more extensible
clean up appveyor related files
added few more tests towards code coverage