-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
add more examples scripts #399
Conversation
Thank you for your contribution! I noticed that there are two pdf files in this PR. Do you mind explaining what they are for? |
you are welcome @cffls The PDF files are 'temp files' that were used / are download by the "sign document" scripts. I've added them to .gitignore and deleted them from the repo. Let me know if you have any further questions! |
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.
LGTM, thank you for your contribution!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #399 +/- ##
==========================================
+ Coverage 85.67% 88.09% +2.42%
==========================================
Files 32 32
Lines 4202 4210 +8
Branches 1052 1050 -2
==========================================
+ Hits 3600 3709 +109
+ Misses 423 349 -74
+ Partials 179 152 -27 ☔ View full report in Codecov by Sentry. |
I've added a folder under 'examples' with several specific use case scripts that have been useful for me in the past and I thought it would / could be useful for others.
Let me know if you have any questions or additional requests!