Conversation
Codecov Report
@@ Coverage Diff @@
## develop #251 +/- ##
==========================================
Coverage ? 43.34%
==========================================
Files ? 89
Lines ? 7556
Branches ? 0
==========================================
Hits ? 3275
Misses ? 4281
Partials ? 0
Continue to review full report at Codecov.
|
|
@jamiebull1 , I am going to delay this merge by a week - mostly because I am busy, distracted by another project. |
Good call on bringing this into eppy |
|
I think I should add a contributor documentation with some steps like: before pushing to GitHub do the following
Do we have any "how to contribute" documentation in eppy ? |
|
I seem to remember we worked on some contribution documentation before. It probably needs updating, and possibly merging if it never got that far. |
|
Here it is #86 |
Run
blackon the whole codebase.Added
black --check .to the Travis config for Python 3.7 on linux for master and non-master branches, to fail if formatting inconsistencies are found.