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

Add kwargs to change style in row_append #115

Merged
merged 4 commits into from
Jul 30, 2024

Conversation

Zncl2222
Copy link
Owner

No description provided.

@Zncl2222 Zncl2222 added documentation Improvements or additions to documentation enhancement New feature or request test unittest refactor labels Jul 30, 2024
@Zncl2222 Zncl2222 added this to the v0.1.1 milestone Jul 30, 2024
@Zncl2222 Zncl2222 self-assigned this Jul 30, 2024
@Zncl2222 Zncl2222 changed the title Zncl2222/refactor/stream writer Add kwargs to change styhle in row_append Jul 30, 2024
@Zncl2222 Zncl2222 changed the title Add kwargs to change styhle in row_append Add kwargs to change style in row_append Jul 30, 2024
@Zncl2222 Zncl2222 linked an issue Jul 30, 2024 that may be closed by this pull request
Copy link

codacy-production bot commented Jul 30, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.06% (target: -5.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (3670a2d) 1683 1627 96.67%
Head commit (2f420b6) 1715 (+32) 1659 (+32) 96.73% (+0.06%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#115) 36 36 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences


🚀 Don’t miss a bit, follow what’s new on Codacy.

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@codecov-commenter
Copy link

codecov-commenter commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.48%. Comparing base (3670a2d) to head (2f420b6).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
+ Coverage   96.39%   96.48%   +0.09%     
==========================================
  Files          15       15              
  Lines        1719     1764      +45     
==========================================
+ Hits         1657     1702      +45     
  Misses         45       45              
  Partials       17       17              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Zncl2222 Zncl2222 merged commit fe22c86 into main Jul 30, 2024
21 checks passed
@Zncl2222 Zncl2222 deleted the Zncl2222/refactor/StreamWriter branch July 30, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request refactor test unittest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a style kwargs for row_append in StreamWriter
2 participants