Skip to content

WIP - Query set reader #83

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 10 commits into from
Sep 29, 2020
Merged

WIP - Query set reader #83

merged 10 commits into from
Sep 29, 2020

Conversation

chfw
Copy link
Member

@chfw chfw commented Sep 29, 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
  • run 'make format' so as to confirm the pyexcel organisation's coding style
  • Please add yourself to 'contributors' section of pyexcel-io.yml (if not found, please use CONTRIBUTORS.rst)
  • Agree on NEW BSD License for your contribution

@codecov-commenter
Copy link

codecov-commenter commented Sep 29, 2020

Codecov Report

Merging #83 into dev will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #83      +/-   ##
==========================================
+ Coverage   96.94%   96.96%   +0.02%     
==========================================
  Files          49       50       +1     
  Lines        3203     3226      +23     
==========================================
+ Hits         3105     3128      +23     
  Misses         98       98              
Impacted Files Coverage Δ
pyexcel_io/constants.py 100.00% <100.00%> (ø)
pyexcel_io/database/__init__.py 100.00% <100.00%> (ø)
pyexcel_io/database/exporters/queryset.py 100.00% <100.00%> (ø)
pyexcel_io/database/querysets.py 95.12% <100.00%> (+0.25%) ⬆️
tests/test_sql_book.py 97.73% <100.00%> (+0.05%) ⬆️

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 d66637a...08e4bd8. Read the comment docs.

@chfw chfw merged commit 80a2d25 into dev Sep 29, 2020
@chfw chfw deleted the query-set-reader branch September 29, 2020 18:43
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