Zncl2222 / pyfastexcel

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

Add support to change the visibility of worksheet #148

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.11% (target: -5.00%) :white_check_mark: 87.10%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (4a30a9f9995127ee15fe68ca8532e7cd63e28ca8) | 2908 | 2826 | 97.18% | | | Head commit (079b87c17ef99d14878bb55e6ed208e1ee41c531) | 2937 (+29) | 2851 (+25) | 97.07% (**-0.11%**) | **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 (#148) | 31 | 27 | **87.10%** | **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 4 lines in your changes missing coverage. Please review.

Project coverage is 96.81%. Comparing base (4a30a9f) to head (079b87c).

Files with missing lines Patch % Lines
pyfastexcel/core/writer.go 0.00% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #148 +/- ## ========================================== - Coverage 96.92% 96.81% -0.12% ========================================== Files 26 26 Lines 2896 2919 +23 ========================================== + Hits 2807 2826 +19 - Misses 65 67 +2 - Partials 24 26 +2 ```

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