Skip to content
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

refactored html export to allow for optional escaping #562

Closed

Conversation

matthewhegarty
Copy link
Contributor

Refactored HTML export to write a table without the need for any external dependency. Dataset values can be optionally encoded. This is to address issue #558.

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #562 (bf027c1) into master (5431834) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #562      +/-   ##
==========================================
+ Coverage   91.74%   91.82%   +0.07%     
==========================================
  Files          28       28              
  Lines        2823     2850      +27     
==========================================
+ Hits         2590     2617      +27     
  Misses        233      233              
Files Changed Coverage Δ
src/tablib/formats/_html.py 100.00% <100.00%> (ø)
tests/test_tablib.py 98.81% <100.00%> (+0.02%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@matthewhegarty
Copy link
Contributor Author

Closing as per comment

@matthewhegarty matthewhegarty deleted the optional-dependency branch October 1, 2023 11:41
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.

1 participant