Skip to content

Improve reader interface #90

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

Merged
merged 14 commits into from
Oct 4, 2020
Merged

Improve reader interface #90

merged 14 commits into from
Oct 4, 2020

Conversation

chfw
Copy link
Member

@chfw chfw commented Oct 4, 2020

With your PR, here is a check list:

  • Has test cases written?
  • Has all code lines tested?
  • Has make format been run?
  • Please update CHANGELOG.yml(not CHANGELOG.rst)
  • Passes all Travis CI builds
  • Has fair amount of documentation if your change is complex
  • Agree on NEW BSD License for your contribution

@codecov-commenter
Copy link

codecov-commenter commented Oct 4, 2020

Codecov Report

Merging #90 into dev will increase coverage by 0.16%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #90      +/-   ##
==========================================
+ Coverage   97.03%   97.19%   +0.16%     
==========================================
  Files          50       52       +2     
  Lines        3239     3282      +43     
==========================================
+ Hits         3143     3190      +47     
+ Misses         96       92       -4     
Impacted Files Coverage Δ
pyexcel_io/_compact.py 70.83% <ø> (+7.87%) ⬆️
pyexcel_io/writers/csvz_sheet.py 100.00% <ø> (ø)
pyexcel_io/database/exporters/django.py 100.00% <100.00%> (ø)
pyexcel_io/database/exporters/queryset.py 100.00% <100.00%> (ø)
pyexcel_io/database/exporters/sqlalchemy.py 100.00% <100.00%> (ø)
pyexcel_io/database/importers/django.py 100.00% <100.00%> (ø)
pyexcel_io/database/importers/sqlalchemy.py 96.29% <100.00%> (-0.07%) ⬇️
pyexcel_io/database/querysets.py 95.45% <100.00%> (+0.33%) ⬆️
pyexcel_io/plugin_api/__init__.py 100.00% <100.00%> (ø)
pyexcel_io/plugin_api/abstract_reader.py 100.00% <100.00%> (ø)
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29c2668...e4d59e1. Read the comment docs.

@chfw chfw merged commit fa80887 into dev Oct 4, 2020
@chfw chfw deleted the improve-reader-interface branch October 4, 2020 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants