-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve overall api usage #37
base: master
Are you sure you want to change the base?
Conversation
add updated_at, status and project to Attendance Resource;
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #37 +/- ##
==========================================
+ Coverage 87.31% 87.40% +0.09%
==========================================
Files 7 7
Lines 946 961 +15
==========================================
+ Hits 826 840 +14
- Misses 120 121 +1 ☔ View full report in Codecov by Sentry. |
switch from timedelta to time;
fix: attendance project from_dict
Checklist for your PR
Hints
bugfix/
,feature/
, orrelease/
and then a short title for your PR in kebab-case (lowercase words separated with dashes), e.g.feature/my-awesome-feature
.