at-gmbh / personio-py

a lightweight Personio API client
https://at-gmbh.github.io/personio-py
Apache License 2.0
26 stars 17 forks source link

Feature/attendance #32

Closed fatemetardasti96 closed 1 year ago

fatemetardasti96 commented 1 year ago

This implements the attendance methods. This is an updated version of #13.

ready for review

codecov-commenter commented 1 year ago

Codecov Report

Base: 86.71% // Head: 87.38% // Increases project coverage by +0.67% :tada:

Coverage data is based on head (14bf7e1) compared to base (3cd11f6). Patch coverage: 88.60% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #32 +/- ## ========================================== + Coverage 86.71% 87.38% +0.67% ========================================== Files 7 7 Lines 843 904 +61 ========================================== + Hits 731 790 +59 - Misses 112 114 +2 ``` | [Impacted Files](https://codecov.io/gh/at-gmbh/personio-py/pull/32?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/personio\_py/models.py](https://codecov.io/gh/at-gmbh/personio-py/pull/32?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3BlcnNvbmlvX3B5L21vZGVscy5weQ==) | `90.49% <86.36%> (+0.61%)` | :arrow_up: | | [src/personio\_py/client.py](https://codecov.io/gh/at-gmbh/personio-py/pull/32?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3BlcnNvbmlvX3B5L2NsaWVudC5weQ==) | `82.09% <89.28%> (+2.63%)` | :arrow_up: | | [src/personio\_py/version.py](https://codecov.io/gh/at-gmbh/personio-py/pull/32?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3BlcnNvbmlvX3B5L3ZlcnNpb24ucHk=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

klamann commented 1 year ago

closed in favor of #35