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

Feature: add set_style function to WorkSheet class #60

Merged
merged 3 commits into from
May 19, 2024
Merged

Conversation

Zncl2222
Copy link
Owner

No description provided.

@Zncl2222 Zncl2222 added documentation Improvements or additions to documentation enhancement New feature or request test unittest labels May 19, 2024
@Zncl2222 Zncl2222 added this to the v0.0.7 milestone May 19, 2024
@Zncl2222 Zncl2222 self-assigned this May 19, 2024
Copy link

codacy-production bot commented May 19, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.19% (target: -5.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (acf3de7) 1061 1038 97.83%
Head commit (489ba37) 1164 (+103) 1141 (+103) 98.02% (+0.19%)

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 (#60) 104 104 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

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more

@codecov-commenter
Copy link

codecov-commenter commented May 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.76%. Comparing base (acf3de7) to head (489ba37).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #60      +/-   ##
==========================================
+ Coverage   97.53%   97.76%   +0.22%     
==========================================
  Files          10       10              
  Lines        1016     1119     +103     
==========================================
+ Hits          991     1094     +103     
  Misses         16       16              
  Partials        9        9              

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

@Zncl2222 Zncl2222 force-pushed the feature/set_style branch 2 times, most recently from 5cd44bc to 57d1227 Compare May 19, 2024 14:13
@Zncl2222 Zncl2222 merged commit 2114a81 into main May 19, 2024
22 checks passed
@Zncl2222 Zncl2222 deleted the feature/set_style branch May 19, 2024 16:06
@Zncl2222 Zncl2222 linked an issue May 20, 2024 that may be closed by this pull request
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 test unittest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement set_style to set style by index or slice
2 participants