Skip to content

Conversation

codigodehoy
Copy link
Contributor

Screenshot from 2022-03-17 09-17-39

@codecov
Copy link

codecov bot commented Mar 17, 2022

Codecov Report

Merging #830 (8f76348) into master (95d1ed3) will increase coverage by 1.84%.
The diff coverage is 96.73%.

@@            Coverage Diff             @@
##           master     #830      +/-   ##
==========================================
+ Coverage   95.64%   97.48%   +1.84%     
==========================================
  Files         107      107              
  Lines        2273     2430     +157     
  Branches      175      203      +28     
==========================================
+ Hits         2174     2369     +195     
+ Misses         54       23      -31     
+ Partials       45       38       -7     
Impacted Files Coverage Δ
...er-management/store/customer-management.effects.ts 100.00% <ø> (ø)
src/environments/environment.ts 100.00% <ø> (ø)
...eate-project-type/create-project-type.component.ts 96.96% <50.00%> (-3.04%) ⬇️
...es/shared/interceptors/inject.token.interceptor.ts 87.50% <66.66%> (-12.50%) ⬇️
...c/app/modules/time-clock/services/entry.service.ts 96.42% <75.00%> (-3.58%) ⬇️
...p/modules/time-clock/pages/time-clock.component.ts 96.42% <83.33%> (+4.76%) ⬆️
...ts/projects/components/services/project.service.ts 94.11% <85.71%> (+3.20%) ⬆️
...project-list-hover/project-list-hover.component.ts 90.90% <93.33%> (+0.16%) ⬆️
src/app/modules/login/login.component.ts 95.83% <93.75%> (-4.17%) ⬇️
...ponents/details-fields/details-fields.component.ts 98.08% <96.29%> (+1.68%) ⬆️
... and 44 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 ac17c44...8f76348. Read the comment docs.

Copy link
Contributor

@kjduy kjduy left a comment

Choose a reason for hiding this comment

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

Please make the small changes requested

@codigodehoy codigodehoy force-pushed the TT-582-improve-the-summary-section-of-the-time-clock-page-QA branch from 77a2cde to a8e7e79 Compare March 17, 2022 17:17
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    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

Copy link
Contributor

@kjduy kjduy left a comment

Choose a reason for hiding this comment

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

Everything is fine for me

Copy link
Collaborator

@iHackN3WTON iHackN3WTON left a comment

Choose a reason for hiding this comment

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

LGTM

@codigodehoy codigodehoy merged commit 82e6dea into master Mar 17, 2022
@codigodehoy codigodehoy deleted the TT-582-improve-the-summary-section-of-the-time-clock-page-QA branch March 17, 2022 21:03
jatobrun added a commit that referenced this pull request Mar 22, 2022
* feat: TT-509 Use terraform to provision ui infraestructure

* feat: TT-580 Missing placeholders (#820)

* feat: TT-580 Missing placeholders

* feat: TT-580 add placeholders in ticket uri and description text inputs on the time clock page

Co-authored-by: Luis Moyon <[email protected]>

* chore(release): 1.66.0 [skip ci]nn

* TT-xx: Fix make publish tasks (#822)

* fix: TT-509 expose port 8080 in docker images

* fix: TT-509 change app to port 80

* feat: TT-578 improve the style of the form element (#823)

* feat: TT-578 improve the style of the form element

* chore(release): 1.67.0 [skip ci]nn

* TT-582 Improve the summary section of the time-clock page and the clock out button (#824)

* style: TT-582 improve the summary section with a new row with information of actual clock in register and clock out button

* fix: TT-582 add missing unit test to confirm that clockout function in TimeEntriesSummaryComponent emits an event

* style: TT-582 add a border radius to current elapsed time box

Co-authored-by: David Cadena <[email protected]>

* fix: TT-509 including empty line in all files

* fix: TT-509 Change the dockerfile to use root user and not app user

* feat: TT-576 Improve grids visual presentation and function (#826)

* feat: TT-576 Improve grids visual presentation and function

* chore(release): 1.68.0 [skip ci]nn

* feat: TT-577 get profile pic from Google account (#825)

* feat: TT-577 get profile pic from Google account

* feat: TT-577 get profile pic from Google account

* feat: TT-577 get profile pic from Google account

Co-authored-by: alejandra-ponce <[email protected]>

* chore(release): 1.69.0 [skip ci]nn

* Revert "feat: TT-577 get profile pic from Google account (#825)" (#829)

This reverts commit 3bee7e3.

Co-authored-by: Carlos Carvajal <[email protected]>

* chore(release): 1.69.1 [skip ci]nn

* style: TT-579 Buttons and searchbar adjusted to the app style (#827)

* fix: TT-590 unable to pass ci test (#831)

* chore(release): 1.69.2 [skip ci]nn

* Tt 582 improve the summary section of the time clock page QA (#830)

* style: TT-582 improve the summary section with a new row with information of actual clock in register and clock out button

* fix: TT-582 add missing unit test to confirm that clockout function in TimeEntriesSummaryComponent emits an event

* style: TT-582 add a border radius to current elapsed time box

* style: TT-582 improved the clocked in hour text and current time box

* style: TT-582 improved the clocked in hour text and current time box

* style: TT-582 removed whitespace

Co-authored-by: Luis Moyón <[email protected]>

* fix: TT-509 pr comments

* fix: TT-509 using remote state to load variables

* Update variables.tf

* delete prefix docker

* delete prefix docker in locals block

* fix: Update the values of the terraform state output

Co-authored-by: alejandra-ponce <[email protected]>
Co-authored-by: Luis Moyon <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
Co-authored-by: Fausto Castaneda <[email protected]>
Co-authored-by: iHackN3WTON <[email protected]>
Co-authored-by: LuisMS7 <[email protected]>
Co-authored-by: David Cadena <[email protected]>
Co-authored-by: Kevin Joseph Duy Hurtado <[email protected]>
Co-authored-by: alejandra-ponce <[email protected]>
Co-authored-by: Carlos Carvajal <[email protected]>
Co-authored-by: MarcoAguirre <[email protected]>
Co-authored-by: FreddyJR1995 <[email protected]>
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.

4 participants