Zncl2222 / pyfastexcel

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

refactor: use pydantic model to validate the args #127

Closed Zncl2222 closed 3 months ago

codacy-production[bot] commented 3 months ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: -0.02% (target: -5.00%) :white_check_mark: 98.21%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (d9d652cfce47e4c7e38e0d6e2bede1a72f47ad98) | 2003 | 1942 | 96.95% | | | Head commit (71560271866d2aa29ada674edc2f18cb63765dc1) | 2023 (+20) | 1961 (+19) | 96.94% (**-0.02%**) | **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 (#127) | 56 | 55 | **98.21%** | **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 3 months ago

Codecov Report

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

Project coverage is 96.74%. Comparing base (d9d652c) to head (7156027). Report is 4 commits behind head on main.

Files Patch % Lines
pyfastexcel/validators.py 97.82% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #127 +/- ## ========================================== - Coverage 96.75% 96.74% -0.02% ========================================== Files 17 17 Lines 2067 2087 +20 ========================================== + Hits 2000 2019 +19 - Misses 48 49 +1 Partials 19 19 ```

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