Skip to content

pr 예시 제작용 커밋 - #9

Open
kite707 wants to merge 1 commit into
FelisAstra:mainfrom
kite707:test
Open

pr 예시 제작용 커밋#9
kite707 wants to merge 1 commit into
FelisAstra:mainfrom
kite707:test

Conversation

@kite707

@kite707 kite707 commented Nov 16, 2023

Copy link
Copy Markdown
Collaborator

📌Solved Issue

close #1

close # 옆에 이슈 번호를 달아주세요. PR이 반영되면(브랜치에 병합되면) 이슈도 자동으로 닫히게 됩니다.

🔑Key Changes

insert 기능 구현 및 test 코드 작성

위와 같이 작업한 내용을 기록해주세요. 바뀐 점이 많다면 상세히 기록해주세요.

✅To Reviewers

  • /test/files.cpp 에 있는 테스트 코드를 실행해주세요
Reviewer가 해야 할 일과 신경써야 할 점, 혹은 논의하고 싶은 점 등에 대해서 적어주세요.
이슈를 열었을 때와 같이 좌측 Reviewers에 리뷰어, Assigness에 자기 자신, Label을 적절히 달아주세요.

@github-actions

Copy link
Copy Markdown

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.

@codecov

codecov Bot commented Nov 16, 2023

Copy link
Copy Markdown

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.

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.

ISSUE 예시

1 participant