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

Remove the testing framework from the core #98

Merged
merged 6 commits into from
Jul 18, 2023
Merged

Conversation

alessandropellegrini
Copy link
Member

@alessandropellegrini alessandropellegrini commented May 3, 2023

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.

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
Copy link

codecov bot commented May 3, 2023

Codecov Report

Merging #98 (e67f73b) into develop (93cc68f) will decrease coverage by 0.60%.
The diff coverage is n/a.

@@             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     
Impacted Files Coverage Δ
test/core/load.c 100.00% <ø> (ø)
test/core/sync.c 86.84% <ø> (ø)
test/datatypes/bitmap.c 88.00% <ø> (ø)
test/gvt/termination.c 100.00% <ø> (ø)
test/integration/correctness/application.c 87.14% <ø> (ø)
test/integration/correctness/functions.c 100.00% <ø> (ø)
test/integration/correctness/serial.c 100.00% <ø> (ø)
test/integration/phold.c 86.84% <ø> (ø)
test/log/stats.c 92.50% <ø> (ø)
test/mm/buddy.c 100.00% <ø> (ø)
... and 6 more

... and 3 files with indirect coverage changes

@github-actions
Copy link

github-actions bot commented May 3, 2023

Documentation coverage is 80.6% 👍

Classes    : 100.0% (1/1)
Defines    :  78.5% (102/130)
Enum Values:  88.0% (44/50)
Enums      :  55.6% (5/9)
Files      :  93.8% (60/64)
Functions  :  75.0% (216/288)
Namespaces :   0.0% (0/3)
Pages      : 100.0% (1/1)
Structs    :  94.1% (16/17)
Typedefs   : 100.0% (11/11)
Variables  :  85.1% (120/141)
-----------------------------------
Total      :  80.6% (576/715)

test/log/stats.c Outdated Show resolved Hide resolved
test/integration/correctness/application.c Show resolved Hide resolved
test/integration/correctness/functions.c Show resolved Hide resolved
test/integration/correctness/parallel.c Show resolved Hide resolved
test/integration/correctness/serial.c Show resolved Hide resolved
test/mm/buddy.c Outdated Show resolved Hide resolved
test/mm/buddy_hard.c Outdated Show resolved Hide resolved
test/mm/parallel.c Outdated Show resolved Hide resolved
test/mock.c Outdated Show resolved Hide resolved
test/mock.h Outdated Show resolved Hide resolved
This commit changes quotes to brackets in includes for headers that
are referred to project files.

Signed-off-by: Alessandro Pellegrini <[email protected]>
@Piccions Piccions self-requested a review June 27, 2023 22:13
Copy link
Contributor

@Piccions Piccions left a 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]>
@alessandropellegrini
Copy link
Member Author

Thanks for reviewing all this again. I have addressed the last comment.

@github-actions
Copy link

Documentation coverage is 82.5% 👍

Classes    : 100.0% (1/1)
Defines    :  78.5% (102/130)
Enum Values:  88.0% (44/50)
Enums      :  55.6% (5/9)
Files      :  93.8% (60/64)
Functions  :  79.9% (230/288)
Namespaces :   0.0% (0/3)
Pages      : 100.0% (1/1)
Structs    :  94.1% (16/17)
Typedefs   : 100.0% (11/11)
Variables  :  85.1% (120/141)
-----------------------------------
Total      :  82.5% (590/715)

@github-actions
Copy link

Documentation coverage is 82.5% 👍

Classes    : 100.0% (1/1)
Defines    :  78.5% (102/130)
Enum Values:  88.2% (45/51)
Enums      :  55.6% (5/9)
Files      :  93.8% (60/64)
Functions  :  79.9% (230/288)
Namespaces :   0.0% (0/3)
Pages      : 100.0% (1/1)
Structs    :  94.1% (16/17)
Typedefs   : 100.0% (11/11)
Variables  :  85.1% (120/141)
-----------------------------------
Total      :  82.5% (591/716)

@Piccions Piccions merged commit 31001ee into develop Jul 18, 2023
@Piccions Piccions deleted the no-testing-framework branch September 2, 2023 17:58
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.

2 participants