Skip to content

refactor: adding borders to timeline card #338

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

Merged
merged 4 commits into from
Nov 6, 2020

Conversation

anandtiwary
Copy link
Contributor

Description

refactor: adding borders to timeline card

Testing

Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.

Checklist:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

Documentation

Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.

@anandtiwary anandtiwary requested a review from a team as a code owner November 6, 2020 20:27
aaron-steinfeld
aaron-steinfeld previously approved these changes Nov 6, 2020
@@ -167,6 +167,6 @@ describe('Timeline Card List component', () => {
});

expect(spectator.query('.time')).not.toExist();
expect(spectator.query('.button')).not.toBe(spectator.query('.with-margin'));
expect(spectator.query('.button')).toBe(spectator.query('.with-margin'));
Copy link
Contributor

Choose a reason for hiding this comment

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

this is likely not a useful thing to verify any more since it's just a static class.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We do want to ensure margin is applied. But yeah, we dont test that usually

@codecov
Copy link

codecov bot commented Nov 6, 2020

Codecov Report

Merging #338 (50b7c26) into main (f90e63b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #338   +/-   ##
=======================================
  Coverage   86.20%   86.20%           
=======================================
  Files         721      721           
  Lines       14684    14684           
  Branches     1877     1877           
=======================================
  Hits        12659    12659           
+ Misses       1995     1993    -2     
- Partials       30       32    +2     
Impacted Files Coverage Δ
...timeline-card-list/timeline-card-list.component.ts 100.00% <ø> (ø)
...pover/position-strategy/mouse-position-strategy.ts 9.67% <0.00%> (ø)

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 f90e63b...50b7c26. Read the comment docs.

aaron-steinfeld
aaron-steinfeld previously approved these changes Nov 6, 2020
@anandtiwary anandtiwary merged commit 483f434 into main Nov 6, 2020
@anandtiwary anandtiwary deleted the add-borders-timeline-card branch November 6, 2020 22:59
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.

2 participants