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

feat: add cron component #2771

Merged
merged 6 commits into from
Mar 25, 2023
Merged

feat: add cron component #2771

merged 6 commits into from
Mar 25, 2023

Conversation

czy88840616
Copy link
Member

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@czy88840616 czy88840616 added the pr: new feature This PR adds a new API or behavior. label Feb 26, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 26, 2023

Codecov Report

Base: 81.99% // Head: 82.05% // Increases project coverage by +0.05% 🎉

Coverage data is based on head (371625f) compared to base (5a66540).
Patch coverage: 89.89% of modified lines in pull request are covered.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2771      +/-   ##
==========================================
+ Coverage   81.99%   82.05%   +0.05%     
==========================================
  Files         421      427       +6     
  Lines       15093    15192      +99     
  Branches     3579     3589      +10     
==========================================
+ Hits        12376    12466      +90     
- Misses       2467     2476       +9     
  Partials      250      250              
Impacted Files Coverage Δ
packages/cron/src/configuration.ts 80.00% <80.00%> (ø)
packages/cron/src/decorator.ts 85.71% <85.71%> (ø)
packages/cron/src/framework.ts 92.06% <92.06%> (ø)
packages/cron/src/constants.ts 100.00% <100.00%> (ø)
packages/cron/src/index.ts 100.00% <100.00%> (ø)
packages/cron/src/interface.ts 100.00% <100.00%> (ø)
packages/bootstrap/src/util.ts 87.09% <0.00%> (+3.22%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@czy88840616 czy88840616 merged commit 6ba07e9 into main Mar 25, 2023
@czy88840616 czy88840616 deleted the add_cron branch March 25, 2023 13:54
czy88840616 added a commit that referenced this pull request Mar 31, 2023
* feat: add cron

* feat: add cron

* feat: add cron

* feat: add cron

* fix: lint

* fix: remove tick args
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: new feature This PR adds a new API or behavior.
Development

Successfully merging this pull request may close these issues.

2 participants