-
Notifications
You must be signed in to change notification settings - Fork 3
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
Test coverage enhancement #344
Open
musabehonore
wants to merge
1
commit into
develop
Choose a base branch
from
backend-coverage-enhancement
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+2,956
−0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
musabehonore
force-pushed
the
backend-coverage-enhancement
branch
from
October 7, 2024 19:21
b5db5a3
to
8b8a8e7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #344 +/- ##
==========================================
Coverage ? 31.09%
==========================================
Files ? 98
Lines ? 3618
Branches ? 1048
==========================================
Hits ? 1125
Misses ? 2452
Partials ? 41 ☔ View full report in Codecov by Sentry. |
Open
JacquelineTuyisenge
requested review from
ceelogre,
Salim-54,
Bananayosostene and
JacquelineTuyisenge
October 8, 2024 08:48
musabehonore
force-pushed
the
backend-coverage-enhancement
branch
from
October 10, 2024 18:34
8b8a8e7
to
49a5ed7
Compare
musabehonore
force-pushed
the
backend-coverage-enhancement
branch
from
October 10, 2024 18:58
49a5ed7
to
06fe3b9
Compare
musabehonore
force-pushed
the
backend-coverage-enhancement
branch
from
October 14, 2024 20:30
06fe3b9
to
35a7699
Compare
musabehonore
force-pushed
the
backend-coverage-enhancement
branch
from
October 16, 2024 07:48
35a7699
to
9e6ffdf
Compare
musabehonore
force-pushed
the
backend-coverage-enhancement
branch
from
October 17, 2024 22:16
9e6ffdf
to
b5cec4e
Compare
musabehonore
force-pushed
the
backend-coverage-enhancement
branch
from
October 22, 2024 11:55
b5cec4e
to
d91af50
Compare
musabehonore
force-pushed
the
backend-coverage-enhancement
branch
from
November 3, 2024 12:04
d91af50
to
4f1d9c0
Compare
musabehonore
force-pushed
the
backend-coverage-enhancement
branch
from
November 4, 2024 20:39
4f1d9c0
to
e6da0ab
Compare
musabehonore
force-pushed
the
backend-coverage-enhancement
branch
from
November 4, 2024 21:09
e6da0ab
to
6064b79
Compare
Backend coverage enhancement Additional tests for backend
musabehonore
force-pushed
the
backend-coverage-enhancement
branch
from
November 4, 2024 21:37
6064b79
to
9df90d5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Description
This pr focuses on increasing the test coverage of the whole backend application
Functionality
How does this works, add some information that maybe needed in testing
How has this been tested?
npm run test
or
see circle Ci build reports of the pr
Screenshots
Before
After
For now