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

Improve makefile and run tests in parallel #35

Merged
merged 27 commits into from
Nov 24, 2024
Merged

Improve makefile and run tests in parallel #35

merged 27 commits into from
Nov 24, 2024

Conversation

rameshsunkara
Copy link
Owner

@rameshsunkara rameshsunkara commented Nov 23, 2024

  • Update make file to improve readability
  • Run tests in parallel to speed up execution
  • Use table driven test cases in all tests

Copy link

codecov bot commented Nov 23, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 5 lines in your changes missing coverage. Please review.

Project coverage is 87.82%. Comparing base (5079d0f) to head (62a5d0e).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
internal/db/ordersRepo.go 57.14% 2 Missing and 1 partial ⚠️
internal/db/mocks/orders.repo_mock.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
+ Coverage   85.86%   87.82%   +1.95%     
==========================================
  Files          18       18              
  Lines         658      805     +147     
==========================================
+ Hits          565      707     +142     
- Misses         78       92      +14     
+ Partials       15        6       -9     
Flag Coverage Δ
unittests 87.82% <50.00%> (+1.95%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@rameshsunkara rameshsunkara merged commit 8e6a543 into main Nov 24, 2024
4 of 5 checks passed
@rameshsunkara rameshsunkara deleted the make-file branch November 24, 2024 10:17
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.

1 participant