You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running main() from /home/runner/work/INHA_OSAP_002_Honeycomb/INHA_OSAP_002_Honeycomb/build/_deps/googletest-src/googletest/src/gtest_main.cc
[==========] Running 4 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 1 test from AVL
[ RUN ] AVL.avlTree_Test
[ OK ] AVL.avlTree_Test (0 ms)
[----------] 1 test from AVL (0 ms total)
[----------] 1 test from BST
[ RUN ] BST.bstTree_Test
[ OK ] BST.bstTree_Test (0 ms)
[----------] 1 test from BST (0 ms total)
[----------] 1 test from GUI
[ RUN ] GUI.gui_Test
[ OK ] GUI.gui_Test (0 ms)
[----------] 1 test from GUI (0 ms total)
[----------] 1 test from MAIN
[ RUN ] MAIN.mainTest
[ OK ] MAIN.mainTest (0 ms)
[----------] 1 test from MAIN (0 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 4 test suites ran. (0 ms total)
[ PASSED ] 4 tests.
The author of this PR, kite707, is not an activated member of this organization on Codecov.
Please activate this user on Codecov to display this PR comment.
Coverage data is still being uploaded to Codecov.io for purposes of overall coverage calculations.
Please don't hesitate to email us at support@codecov.io with any questions.
This file contains hidden or 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
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.
📌Solved Issue
close #1
🔑Key Changes
✅To Reviewers