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

fix(tests): unit tests #12

Merged
merged 4 commits into from
Apr 3, 2021
Merged

fix(tests): unit tests #12

merged 4 commits into from
Apr 3, 2021

Conversation

Ealenn
Copy link
Owner

@Ealenn Ealenn commented Apr 3, 2021

Description

Add structure of unit tests

Types of changes

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 🚀 New feature (non-breaking change which adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

@Ealenn Ealenn added the enhancement New feature or request label Apr 3, 2021
@Ealenn Ealenn self-assigned this Apr 3, 2021
@codecov-io
Copy link

codecov-io commented Apr 3, 2021

Codecov Report

Merging #12 (56993e8) into master (2bad5af) will decrease coverage by 68.70%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##            master      #12       +/-   ##
============================================
- Coverage   100.00%   31.29%   -68.71%     
============================================
  Files            1       17       +16     
  Lines           12      278      +266     
  Branches         5       30       +25     
============================================
+ Hits            12       87       +75     
- Misses           0      191      +191     
Impacted Files Coverage Δ
src/services/TwitchService.ts 13.33% <0.00%> (ø)
src/lib/Events/RoundRobinMessageEvent.ts 12.50% <0.00%> (ø)
src/lib/Events/index.ts 100.00% <0.00%> (ø)
src/services/LoggerService.ts 17.64% <0.00%> (ø)
src/services/index.ts 100.00% <0.00%> (ø)
src/lib/Commands/RandomMessageCommand.ts 7.69% <0.00%> (ø)
src/lib/Commands/index.ts 100.00% <0.00%> (ø)
src/LarbinBot.ts 100.00% <0.00%> (ø)
src/lib/Commands/RoundRobinMessageCommand.ts 5.55% <0.00%> (ø)
... and 7 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 2bad5af...56993e8. Read the comment docs.

@github-actions
Copy link

github-actions bot commented Apr 3, 2021

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 2 0
Ignored 2 N/A
  • Result: ✅ success

  • Annotations: 2 total


[warning] @typescript-eslint/no-explicit-any

Disallow usage of the any type


Report generated by eslint-plus-action

@Ealenn Ealenn merged commit e5469bc into master Apr 3, 2021
@Ealenn Ealenn deleted the fix/some-tests branch April 3, 2021 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants