-
Notifications
You must be signed in to change notification settings - Fork 131
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
Unit tests todoItemService #31
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #31 +/- ##
===========================================
+ Coverage 21.86% 30.23% +8.36%
===========================================
Files 94 87 -7
Lines 3457 2550 -907
===========================================
+ Hits 756 771 +15
+ Misses 2701 1779 -922
Continue to review full report at Codecov.
|
I am going to keep this PR open. I would like the whole interface in one commit. Thanks for contributing to the project. |
I'll try to add some more tests in this PR soon 😃 |
@reerden What's the status of this one? Can we please resolve this? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #31 +/- ##
===========================================
+ Coverage 28.63% 30.23% +1.60%
===========================================
Files 87 87
Lines 2546 2550 +4
===========================================
+ Hits 729 771 +42
+ Misses 1817 1779 -38 ☔ View full report in Codecov by Sentry. |
Issue #1
Added unittests for
TodoItemService.AddItemAsync()
using Entity Framework Core InMemory database.