Zncl2222 / pyfastexcel

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

build: upgrade excelize #135

Closed Zncl2222 closed 2 months ago

Zncl2222 commented 2 months ago

Upgrade excelize:

  1. Now add_chart can add with the same type multiple times without being overwrite
codacy-production[bot] commented 2 months ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +2.57% (target: -5.00%) :white_check_mark:
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (c9af95a82d203f21dc0322534b59bc94cbb0fe82) | 2873 | 2793 | 97.22% | | | Head commit (0cb3ae61fc9dea1cbe8cc3edb676fef8818c83ac) | 1892 (-981) | 1888 (-905) | 99.79% (**+2.57%**) | **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 (#135) | 0 | 0 | **∅ (not applicable)** | **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

codacy-production[bot] commented 2 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: 100.00%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (c9af95a82d203f21dc0322534b59bc94cbb0fe82) | 2873 | 2793 | 97.22% | | | Head commit (63dffe74bfaff8d253231026602243804b8237ae) | 2879 (+6) | 2799 (+6) | 97.22% (**+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 (#135) | 4 | 4 | **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: `/ * 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 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.97%. Comparing base (c9af95a) to head (63dffe7). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #135 +/- ## ======================================= Coverage 96.96% 96.97% ======================================= Files 26 26 Lines 2866 2872 +6 ======================================= + Hits 2779 2785 +6 Misses 64 64 Partials 23 23 ```

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