-
Notifications
You must be signed in to change notification settings - Fork 1
Tt 344 add pagination where feature is not available #755
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
Tt 344 add pagination where feature is not available #755
Conversation
Codecov Report
@@ Coverage Diff @@
## master #755 +/- ##
==========================================
+ Coverage 95.64% 95.77% +0.13%
==========================================
Files 107 106 -1
Lines 2273 2322 +49
Branches 175 180 +5
==========================================
+ Hits 2174 2224 +50
+ Misses 54 52 -2
- Partials 45 46 +1
Continue to review full report at Codecov.
|
cb3e330 to
865a6d3
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
src/app/modules/time-entries/pages/time-entries.component.spec.ts
Outdated
Show resolved
Hide resolved
|
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM











Description
Pagination option was added to Time entries and Reports tabs, where it was not previously available. Also, test for new methods were created.