-
Notifications
You must be signed in to change notification settings - Fork 266
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
fix for #693 #706
fix for #693 #706
Conversation
Pylint spotted some minor issues:
|
Co-authored-by: Lucas Cimon <925560+Lucas-C@users.noreply.github.com>
Co-authored-by: Lucas Cimon <925560+Lucas-C@users.noreply.github.com>
As described our the development documentation and visible in the GithHub Actions log, you will need to run
|
ah sorry, I only ran it on the fpdf folder, just pushed the reformatted test |
There are failing unit tests:
|
you removed the |
all unit tests pass for me at the latest commit |
Sorry if I broke something in your PR 🤭 There is one last unit test failing:
|
ah yes, I inadvertently pushed a change that git is doing automatically on my machine on |
Maybe the fix could be to simply add the |
it seems to have worked, thanks! I've restored the |
Codecov ReportBase: 93.77% // Head: 93.66% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #706 +/- ##
==========================================
- Coverage 93.77% 93.66% -0.12%
==========================================
Files 26 26
Lines 6829 6868 +39
Branches 1216 1226 +10
==========================================
+ Hits 6404 6433 +29
- Misses 251 259 +8
- Partials 174 176 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Merged! Thank you for this work on this @eroux 😊 |
great, thanks! One more for #697 and I'll be able to use fpdf2 for a relatively large project |
fixes #693
The GitHub pipeline is OK (green),
meaning that both
pylint
(static code analyzer) andblack
(code formatter) are happy with the changes of this PR.A unit test is covering the code added / modified by this PR
This PR is ready to be merged
In case of a new feature, docstrings have been added, with also some documentation in the
docs/
folderA mention of the change is present in
CHANGELOG.md
By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.