-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove the testing framework from the core #98
Conversation
This commit removes the testing framework from the core. It is now hosted in a separate project, allowing for the reuse also in different repositories. Incidentally, with this organization, an old comment complaining with the unnecessary linking of rscore in all tests has been addresses. Signed-off-by: Alessandro Pellegrini <[email protected]>
Codecov Report
@@ Coverage Diff @@
## develop #98 +/- ##
===========================================
- Coverage 87.29% 86.69% -0.60%
===========================================
Files 42 40 -2
Lines 1621 1458 -163
Branches 41 38 -3
===========================================
- Hits 1415 1264 -151
+ Misses 190 179 -11
+ Partials 16 15 -1
|
Documentation coverage is 80.6% 👍
|
This commit changes quotes to brackets in includes for headers that are referred to project files. Signed-off-by: Alessandro Pellegrini <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only left an additional comment regarding a leftover include inconsistency (we can afford to be picky here). Apart from that, thanks for the great PR @alessandropellegrini !
A leftover include was not corrected. Signed-off-by: Alessandro Pellegrini <[email protected]>
Thanks for reviewing all this again. I have addressed the last comment. |
Documentation coverage is 82.5% 👍
|
Documentation coverage is 82.5% 👍
|
This PR removes the testing framework from the core. It is now hosted in a separate project, allowing for the reuse also in different repositories.
Incidentally, with this organization, an old comment complaining with the unnecessary linking of rscore in all tests has been addresses.