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: expand row and col for index assignment #30

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

Zncl2222
Copy link
Owner

@Zncl2222 Zncl2222 commented Apr 9, 2024

No description provided.

@Zncl2222 Zncl2222 added enhancement New feature or request test unittest labels Apr 9, 2024
@Zncl2222 Zncl2222 added this to the v0.0.6 milestone Apr 9, 2024
@Zncl2222 Zncl2222 self-assigned this Apr 9, 2024
Copy link

codacy-production bot commented Apr 9, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.40% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (134fcba) 590 579 98.14%
Head commit (63c2c9e) 616 (+26) 607 (+28) 98.54% (+0.40%)

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 (#30) 28 28 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

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

@codecov-commenter
Copy link

codecov-commenter commented Apr 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.70%. Comparing base (134fcba) to head (63c2c9e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
+ Coverage   98.31%   98.70%   +0.39%     
==========================================
  Files           7        7              
  Lines         593      619      +26     
==========================================
+ Hits          583      611      +28     
+ Misses          8        6       -2     
  Partials        2        2              

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

@Zncl2222 Zncl2222 merged commit 99ba12d into main Apr 11, 2024
22 checks passed
@Zncl2222 Zncl2222 deleted the feature/expand_row_and_col branch April 11, 2024 02:31
@Zncl2222 Zncl2222 linked an issue Apr 13, 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
enhancement New feature or request test unittest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a better data storage
2 participants