Zncl2222 / pyfastexcel

High performace excel writer in python
MIT License
3 stars 1 forks source link

Transfer Selection instance to dict before encode to JSON string #101

Closed Zncl2222 closed 4 months ago

codacy-production[bot] commented 4 months ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.01% (target: -5.00%) :white_check_mark: 66.67%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (2df1692cb9bf1f6a978ae6121955b05737101dd8) | 1459 | 1410 | 96.64% | | | Head commit (2b7dcc18d8c390612cbffdc31e8dee9fb0cf2f8c) | 1462 (+3) | 1413 (+3) | 96.65% (**+0.01%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#101) | 3 | 2 | **66.67%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences


:rocket: 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 commented 4 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.62%. Comparing base (2df1692) to head (2b7dcc1).

Files Patch % Lines
pyfastexcel/worksheet.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #101 +/- ## ======================================= Coverage 96.61% 96.62% ======================================= Files 15 15 Lines 1508 1511 +3 ======================================= + Hits 1457 1460 +3 Misses 40 40 Partials 11 11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.