Skip to content

Conversation

lenshinoda
Copy link
Collaborator

fix: TT-91 The time out of the penultimate time entry overlaps the time entry that is running
Added a condtion to save the entry in time-entries component and the problem is solved.

@codecov
Copy link

codecov bot commented Jun 3, 2021

Codecov Report

Merging #695 (8fe9384) into master (13de42e) will increase coverage by 1.00%.
The diff coverage is 93.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #695      +/-   ##
==========================================
+ Coverage   93.09%   94.09%   +1.00%     
==========================================
  Files          85      104      +19     
  Lines        1564     2084     +520     
  Branches      107      153      +46     
==========================================
+ Hits         1456     1961     +505     
- Misses         67       81      +14     
- Partials       41       42       +1     
Impacted Files Coverage Δ
...nents/time-range-form/time-range-form.component.ts 100.00% <ø> (ø)
...er-management/store/customer-management.effects.ts 83.78% <14.28%> (-16.22%) ⬇️
...ared/components/input-date/input-date.component.ts 64.28% <50.00%> (-4.95%) ⬇️
.../components/project-list/project-list.component.ts 65.78% <52.17%> (-18.43%) ⬇️
...time-entries-table/time-entries-table.component.ts 61.90% <60.00%> (+6.34%) ⬆️
src/app/modules/user/store/user.reducer.ts 62.50% <62.50%> (ø)
src/app/modules/user/services/user-info.service.ts 66.66% <66.66%> (ø)
src/app/modules/user/services/user.service.ts 75.00% <75.00%> (ø)
...es-management/store/activity-management.effects.ts 94.59% <83.33%> (-5.41%) ⬇️
...dules/time-entries/pages/time-entries.component.ts 85.88% <85.29%> (+3.06%) ⬆️
... and 81 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3548107...8fe9384. Read the comment docs.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 4, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

component.entryId = newRunningEntry.id;
spyOn(component, 'doSave');

const startDateModified = new Date(2021, 6, 1, 10, 50);
Copy link
Collaborator

@scastillo-jp scastillo-jp Jun 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is correct this format?

@lenshinoda lenshinoda merged commit 8fc0ca9 into master Jun 7, 2021
@lenshinoda lenshinoda deleted the TT-91-The-time-out-of-the-penultimate-time-entry-overlaps-the-time-entry-that-is-running branch June 7, 2021 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants