Zncl2222 / pyfastexcel

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

Rework writer to make writer is able to use NormalWriter and StreamWriter at the same WorkBook #154

Closed Zncl2222 closed 1 month ago

codacy-production[bot] commented 1 month ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.12% (target: -5.00%) :white_check_mark: 90.37%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (17b84a267b9794a25f16528ea632517469f7cacb) | 2914 | 2832 | 97.19% | | | Head commit (27169f6eb34502e810f9347d1280dd161c40e157) | 2891 (-23) | 2813 (-19) | 97.30% (**+0.12%**) | **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 (#154) | 135 | 122 | **90.37%** | **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

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

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 84.00000% with 16 lines in your changes missing coverage. Please review.

Project coverage is 97.05%. Comparing base (17b84a2) to head (27169f6).

Files with missing lines Patch % Lines
pyfastexcel/core/writer.go 82.41% 9 Missing and 7 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #154 +/- ## ========================================== + Coverage 96.93% 97.05% +0.11% ========================================== Files 27 27 Lines 2902 2883 -19 ========================================== - Hits 2813 2798 -15 + Misses 64 62 -2 + Partials 25 23 -2 ```

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