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

feature/mem-leak-check #29

Merged
merged 39 commits into from
Jun 8, 2024
Merged

feature/mem-leak-check #29

merged 39 commits into from
Jun 8, 2024

Conversation

TomVer99
Copy link
Owner

@TomVer99 TomVer99 commented Jun 7, 2024

Closes #27

@TomVer99 TomVer99 self-assigned this Jun 7, 2024
@github-actions github-actions bot added the enhancement New feature, request or improvement label Jun 7, 2024
Copy link

github-actions bot commented Jun 7, 2024

LCOV of commit 7f98e66 during CI #79

Summary coverage rate:
  lines......: 100.0% (6 of 6 lines)
  functions..: 100.0% (2 of 2 functions)
  branches...: no data found

Files changed coverage rate: n/a

Copy link

github-actions bot commented Jun 7, 2024

Valgrind report of commit 7f98e66 during CI #79

[OUTPUT] 
   Site: fv-az520-105
   Build name: Linux-c++

[HANDLER_OUTPUT] 
Memory check project /home/runner/work/C-CPP_CMake_GTest-GithubActions/C-CPP_CMake_GTest-GithubActions/build

    Start 1: CHANGE_ME_Test_YourTestName
1/2 MemCheck #1: CHANGE_ME_Test_YourTestName ......   Passed    1.00 sec
    Start 2: CHANGE_ME_Test_YourTestName_b
2/2 MemCheck #2: CHANGE_ME_Test_YourTestName_b ....   Passed    0.95 sec

100% tests passed, 0 tests failed out of 2

Total Test time (real) =   1.96 sec
-- Processing memory checking output:
MemCheck log files can be found here: (<#> corresponds to test number)
/home/runner/work/C-CPP_CMake_GTest-GithubActions/C-CPP_CMake_GTest-GithubActions/build/Testing/Temporary/MemoryChecker.<#>.log
Memory checking results:

Repository owner deleted a comment from github-actions bot Jun 7, 2024
Repository owner deleted a comment from github-actions bot Jun 7, 2024
Repository owner deleted a comment from github-actions bot Jun 7, 2024
Copy link

github-actions bot commented Jun 7, 2024

Test report of commit 7f98e66 during CI #79

[OUTPUT] 
   Site: fv-az520-105
   Build name: Linux-c++

Create new tag: 20240608-2148 - Experimental
[HANDLER_OUTPUT] 
Test project /home/runner/work/C-CPP_CMake_GTest-GithubActions/C-CPP_CMake_GTest-GithubActions/build

    Start 1: CHANGE_ME_Test_YourTestName
    Start 2: CHANGE_ME_Test_YourTestName_b
1/2 Test #1: CHANGE_ME_Test_YourTestName ......   Passed    0.00 sec
2/2 Test #2: CHANGE_ME_Test_YourTestName_b ....   Passed    0.00 sec

100% tests passed, 0 tests failed out of 2

Total Test time (real) =   0.05 sec

@TomVer99 TomVer99 merged commit 7857992 into main Jun 8, 2024
5 checks passed
@TomVer99 TomVer99 deleted the feature/mem-leak-check branch June 8, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, request or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use of valgrind (or similar) when running tests
1 participant