-
Notifications
You must be signed in to change notification settings - Fork 0
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
55 - update readme with new files and instructions #57
Conversation
Coverage reportThe coverage rate went from None of the new lines are part of the tested code. Therefore, there is no coverage data about them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just the one typo.
python src/validator/main.py 000TESTFIUIDDONOTUSE SBL_Validations_SampleData_GoodFile_03312023.csv | ||
# else just pass the csv_path as arg | ||
python src/validator/main.py SBL_Validations_SampleData_GoodFile_03312023.csv | ||
|
||
# Test validating the "bad" file | ||
python src/validator/main.py 000TESTFIUIDDONOTUSE SBL_Validations_SampleData_BadFile_03312023.csv | ||
# or | ||
python src/validator/main.py SBL_Validations_SampleData_BadFile_03312023.csv | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #56 (comment).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the heads up.
Co-authored-by: Hans Keeler <[email protected]>
thanks. fixed the typo |
closes #55 Update README with updates: - Add phase 1 and phase 2 reference - Add quick notes on new files - Update test instruction with LEI update --------- Co-authored-by: Aldrian Harjati <[email protected]> Co-authored-by: Hans Keeler <[email protected]>
closes #55
Update README with updates: