Skip to content
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

Feature: stopwatch #35

Merged
merged 2 commits into from
May 14, 2023
Merged

Feature: stopwatch #35

merged 2 commits into from
May 14, 2023

Conversation

kitsuyui
Copy link
Owner

@kitsuyui kitsuyui commented May 14, 2023

Implementing a stopwatch
Implement a stopwatch. You can start, pause, and reset.

@codecov-commenter
Copy link

codecov-commenter commented May 14, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +1.39 🎉

Comparison is base (bde8496) 71.18% compared to head (d397889) 72.58%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
+ Coverage   71.18%   72.58%   +1.39%     
==========================================
  Files           5        5              
  Lines          59       62       +3     
  Branches        7        7              
==========================================
+ Hits           42       45       +3     
  Misses         11       11              
  Partials        6        6              
Flag Coverage Δ
unittests 72.58% <100.00%> (+1.39%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
examples/simple/src/App.tsx 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

- Implement a stopwatch. You can start, pause, and reset.
- Add stopwatch to deploy target
- Add to examples, storybooks
@kitsuyui kitsuyui changed the title WIP: Feature: stopwatch Feature: stopwatch May 14, 2023
@kitsuyui kitsuyui merged commit cd2a28c into main May 14, 2023
@kitsuyui kitsuyui deleted the stopwatch branch May 14, 2023 14:21
@kitsuyui kitsuyui mentioned this pull request May 14, 2023
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